Searched refs:parseBitcodeFile (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/llvm/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 | 8159 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dis-fuzzer/ |
H A D | llvm-dis-fuzzer.cpp | 26 parseBitcodeFile(Buffer->getMemBufferRef(), Context).takeError()); in LLVMFuzzerTestOneInput()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ParallelCG.cpp | 81 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
/openbsd-src/gnu/llvm/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 78 parseBitcodeFile(Buffer, Context, Callbacks); in parseIR()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 168 parseBitcodeFile(BitcodeBufferRef, *TSCtx.getContext()); in loadModule()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
|
/openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 163 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 185 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
H A D | LTOBackend.cpp | 445 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 596 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3019 C, llvm::parseBitcodeFile(Buf.get()->getMemBufferRef(), C)); in loadOffloadInfoMetadata()
|