Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/libbcc/lib/
DBCCContext.cpp61 llvm::LLVMContext &BCCContext::getLLVMContext() in getLLVMContext() function in BCCContext
64 const llvm::LLVMContext &BCCContext::getLLVMContext() const in getLLVMContext() function in BCCContext
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypes.h180 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); } in getLLVMContext() function
H A DCodeGenModule.h618 llvm::LLVMContext &getLLVMContext() { return VMContext; } in getLLVMContext() function
H A DCodeGenFunction.h1239 llvm::LLVMContext &getLLVMContext() { return CGM.getLLVMContext(); } in getLLVMContext() function
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_context.h155 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; } in getLLVMContext() function