Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DBitcodeReader.cpp6671 Expected<std::unique_ptr<Module>> llvm::parseBitcodeFile(MemoryBufferRef Buffer, in parseBitcodeFile() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dbitcode.cpp85 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef( in parse_module_library()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp80 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
DIRReader.cpp78 parseBitcodeFile(Buffer, Context); in parseIR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h166 Expected<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp181 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp399 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
DLTOModule.cpp183 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp1066 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef(spir_ref, "<spir>"), llvm_ctx); in clc_spir_to_spirv()