Home
last modified time | relevance | path

Searched defs:getLLVMContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/libbcc/lib/
H A DBCCContext.cpp61 llvm::LLVMContext &BCCContext::getLLVMContext() in getLLVMContext() function in BCCContext
64 const llvm::LLVMContext &BCCContext::getLLVMContext() const in getLLVMContext() function in BCCContext
/aosp12/frameworks/compile/slang/
H A Dslang_rs_context.h155 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; } in getLLVMContext() function