Searched refs:parseBitcodeFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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 | 8224 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ThreadSafeModule.cpp | 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 81 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 78 parseBitcodeFile(Buffer, Context, Callbacks); in parseIR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 454 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
| H A D | LTOModule.cpp | 185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 676 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6859 Ctx, parseBitcodeFile(Buf.get()->getMemBufferRef(), Ctx)); in loadOffloadInfoMetadata()
|