Searched refs:parseBitcodeFile (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 41 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext() 64 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
|
H A D | BitcodeReader.cpp | 8570 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
|
/freebsd/contrib/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 78 parseBitcodeFile(Buffer, Context, Callbacks); in parseIR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
H A D | LTOBackend.cpp | 452 parseBitcodeFile(MemoryBufferRef(BC.str(), "ld-temp.o"), Ctx); in splitCodeGen()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 677 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 8838 Ctx, parseBitcodeFile(Buf.get()->getMemBufferRef(), Ctx)); in loadOffloadInfoMetadata()
|