Searched refs:parseBitcodeFile (Results 1 – 10 of 10) 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 | 8705 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ThreadSafeModule.cpp | 58 auto TmpM = cantFail(parseBitcodeFile(ClonedModuleBufferRef, *Ctx)); in cloneToContext()
|
| /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 | 220 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 247 auto RestoredModule = parseBitcodeFile(*FileBuffer, Context); in loadModuleForTwoRounds()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 181 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
| H A D | LTOBackend.cpp | 498 parseBitcodeFile(MemoryBufferRef(BC.str(), "ld-temp.o"), Ctx); in splitCodeGen()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 765 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 10100 Ctx, parseBitcodeFile(Buf.get()->getMemBufferRef(), Ctx)); in loadOffloadInfoMetadata()
|