Home
last modified time | relevance | path

Searched refs:parseBitcodeFile (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp41 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext()
64 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
H A DBitcodeReader.cpp8570 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp78 parseBitcodeFile(Buffer, Context, Callbacks); in parseIR()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
H A DLTOBackend.cpp452 parseBitcodeFile(MemoryBufferRef(BC.str(), "ld-temp.o"), Ctx); in splitCodeGen()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp677 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8838 Ctx, parseBitcodeFile(Buf.get()->getMemBufferRef(), Ctx)); in loadOffloadInfoMetadata()