Searched refs:parseBitcodeFile (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 42 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext() 65 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
|
H A D | BitcodeReader.cpp | 7052 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ParallelCG.cpp | 82 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 77 parseBitcodeFile(Buffer, Context, DataLayoutCallback); in parseIR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 171 Expected<std::unique_ptr<Module>> parseBitcodeFile(
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 168 parseBitcodeFile(BitcodeBufferRef, *TSCtx.getContext()); in loadModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A D | FuzzerCLI.cpp | 182 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 161 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
H A D | LTOBackend.cpp | 448 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3333 C, llvm::parseBitcodeFile(Buf.get()->getMemBufferRef(), C)); in loadOffloadInfoMetadata()
|