Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp42 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext()
65 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
H A DBitcodeReader.cpp7052 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DParallelCG.cpp82 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp77 parseBitcodeFile(Buffer, Context, DataLayoutCallback); in parseIR()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h171 Expected<std::unique_ptr<Module>> parseBitcodeFile(
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp168 parseBitcodeFile(BitcodeBufferRef, *TSCtx.getContext()); in loadModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp182 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp161 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
H A DLTOBackend.cpp448 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3333 C, llvm::parseBitcodeFile(Buf.get()->getMemBufferRef(), C)); in loadOffloadInfoMetadata()