Home
last modified time | relevance | path

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

12

/external/llvm-project/libclc/utils/
Dprepare-builtins.cpp51 parseBitcodeFile(BufferPtr.get()->getMemBufferRef(), Context)); in main()
53 parseBitcodeFile(BufferPtr.get()->getMemBufferRef(), Context); in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp42 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext()
65 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitReader.cpp42 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext()
65 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp57 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext()
78 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dbitcode.cpp83 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef(
/external/llvm/lib/CodeGen/
DParallelCG.cpp81 ErrorOr<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp80 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/external/llvm-project/llvm/lib/CodeGen/
DParallelCG.cpp82 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/external/llvm/lib/LTO/
DLTO.cpp32 ModuleOrErr = parseBitcodeFile(Buffer, Context); in loadModuleFromBuffer()
DLTOModule.cpp182 ErrorOr<std::unique_ptr<Module>> M = parseBitcodeFile(*MBOrErr, Context); in parseBitcodeFileImpl()
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h75 ErrorOr<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
/external/llvm/lib/IRReader/
DIRReader.cpp73 parseBitcodeFile(Buffer, Context); in parseIR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
DIRReader.cpp78 parseBitcodeFile(Buffer, Context); in parseIR()
/external/llvm-project/llvm/lib/IRReader/
DIRReader.cpp77 parseBitcodeFile(Buffer, Context, DataLayoutCallback); in parseIR()
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeReader.h171 Expected<std::unique_ptr<Module>> parseBitcodeFile(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h166 Expected<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
DLLJITWithThinLTOSummaries.cpp168 parseBitcodeFile(BitcodeBufferRef, *TSCtx.getContext()); in loadModule()
/external/llvm-project/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp182 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp181 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp163 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
/external/llvm-project/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp161 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp183 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
DLTOBackend.cpp399 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()

12