Home
last modified time | relevance | path

Searched refs:getLLVMContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DBCCContext.h39 llvm::LLVMContext &getLLVMContext();
40 const llvm::LLVMContext &getLLVMContext() const;
/frameworks/compile/libbcc/lib/Core/
DBCCContext.cpp62 llvm::LLVMContext &BCCContext::getLLVMContext() in getLLVMContext() function in BCCContext
65 const llvm::LLVMContext &BCCContext::getLLVMContext() const in getLLVMContext() function in BCCContext
/frameworks/compile/slang/
Dslang_rs_context.h119 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; } in getLLVMContext() function
Dslang_rs_export_type.cpp1089 llvm::LLVMContext &C = getRSContext()->getLLVMContext(); in convertToLLVMType()
1344 llvm::LLVMContext &C = getRSContext()->getLLVMContext(); in convertToLLVMType()
1475 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), in convertToLLVMType()