Home
last modified time | relevance | path

Searched refs:LLVMContext (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader_3_0.h30 class LLVMContext; variable
39 using llvm::LLVMContext;
49 LLVMContext &Context,
56 getBitcodeTargetTriple(MemoryBufferRef Buffer, LLVMContext &Context,
61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
DBitcodeReader.cpp87 LLVMContext &Context = LPI->getContext(); in TransferClausesToLandingPadInst()
148 LLVMContext &Context = M->getContext(); in UpgradeExceptionHandling()
346 LLVMContext &Context;
348 explicit BitcodeReaderValueList(LLVMContext &C) : Context(C) {} in BitcodeReaderValueList()
398 LLVMContext &Context;
400 explicit BitcodeReaderMDValueList(LLVMContext &C) in BitcodeReaderMDValueList()
428 LLVMContext &Context;
492 explicit BitcodeReader(MemoryBuffer *buffer, LLVMContext &C,
523 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
524 StructType *createIdentifiedStructType(LLVMContext &Context);
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader_2_7.h30 class LLVMContext; variable
39 using llvm::LLVMContext;
49 LLVMContext &Context,
56 getBitcodeTargetTriple(MemoryBufferRef Buffer, LLVMContext &Context,
61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
DBitcodeReader.cpp104 LLVMContext &Context;
106 explicit BitcodeReaderValueList(LLVMContext &C) : Context(C) {} in BitcodeReaderValueList()
156 LLVMContext &Context;
158 explicit BitcodeReaderMDValueList(LLVMContext &C) in BitcodeReaderMDValueList()
186 LLVMContext &Context;
255 explicit BitcodeReader(MemoryBuffer *buffer, LLVMContext &C,
286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
287 StructType *createIdentifiedStructType(LLVMContext &Context);
386 LLVMContext &C) { in getDiagHandler()
392 BitcodeReader::BitcodeReader(MemoryBuffer *buffer, LLVMContext &C, in BitcodeReader()
[all …]
/frameworks/compile/libbcc/include/bcc/
DBCCContext.h21 class LLVMContext; variable
39 llvm::LLVMContext &getLLVMContext();
40 const llvm::LLVMContext &getLLVMContext() const;
/frameworks/compile/slang/BitWriter_3_2/
DReaderWriter_3_2.h24 class LLVMContext; variable
35 llvm::LLVMContext& Context,
44 llvm::LLVMContext& Context,
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h24 class LLVMContext; variable
35 llvm::LLVMContext& Context,
44 llvm::LLVMContext& Context,
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h24 class LLVMContext; variable
35 llvm::LLVMContext& Context,
44 llvm::LLVMContext& Context,
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/libbcc/lib/
DBCCContext.cpp61 llvm::LLVMContext &BCCContext::getLLVMContext() in getLLVMContext()
64 const llvm::LLVMContext &BCCContext::getLLVMContext() const in getLLVMContext()
DSource.cpp46 static inline std::unique_ptr<llvm::Module> helper_load_bitcode(llvm::LLVMContext &pContext, in helper_load_bitcode()
68 llvm::LLVMContext &llvmContext = module.getContext(); in helper_set_module_metadata_from_bitcode_wrapper()
229 llvm::LLVMContext &context = mContext.mImpl->mLLVMContext; in addBuildChecksumMetadata()
DBCCContextImpl.h33 llvm::LLVMContext mLLVMContext;
DRSIsThreadablePass.cpp112 llvm::LLVMContext &context = M.getContext(); in runOnModule()
DRSX86TranslateGEPPass.cpp40 llvm::LLVMContext *Context;
DRSEmbedInfo.cpp56 llvm::LLVMContext *C;
DRSAddDebugInfoPass.cpp115 llvm::LLVMContext &ctx = Module.getContext(); in initializeDebugInfo()
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp128 std::unique_ptr<llvm::LLVMContext> mContext(new llvm::LLVMContext()); in translate()
DMetadataExtractor.cpp605 std::unique_ptr<llvm::LLVMContext> mContext; in extract()
609 mContext.reset(new llvm::LLVMContext()); in extract()
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp98 LLVMContext& Context) { in LoadFile()
115 LLVMContext Context; in main()
/frameworks/compile/slang/
Dslang_backend.h35 class LLVMContext; variable
141 llvm::LLVMContext &mLLVMContext;
Dslang_rs_context.h37 class LLVMContext; variable
89 llvm::LLVMContext &mLLVMContext;
155 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; } in getLLVMContext()
Dllvm-rs-as.cpp114 LLVMContext Context; in main()
Dslang.h76 llvm::LLVMContext &getGlobalLLVMContext();
Dslang.cpp127 static llvm::LLVMContext globalContext;
129 llvm::LLVMContext &getGlobalLLVMContext() { return globalContext; } in getGlobalLLVMContext()
/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp69 LLVMContext &LLVMCtxt = M.getContext(); in runOnModule()
173 CreateInitFunction(LLVMContext &LLVMCtxt, Module &M, GlobalVariable *MergedGV, in CreateInitFunction()
Drs2spirv.cpp76 LLVMContext Context; in convertLLVMToSPIRV()

12