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/ |
| D | BitReader.cpp | 42 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext() 65 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
|
| D | BitcodeReader.cpp | 6671 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/ |
| D | ThreadSafeModule.cpp | 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
| D | bitcode.cpp | 85 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/ |
| D | ParallelCG.cpp | 80 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/ |
| D | IRReader.cpp | 78 parseBitcodeFile(Buffer, Context); in parseIR()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
| D | BitcodeReader.h | 166 Expected<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
| D | FuzzerCLI.cpp | 181 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | LTOBackend.cpp | 399 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
|
| D | LTOModule.cpp | 183 parseBitcodeFile(*MBOrErr, Context)); in parseBitcodeFileImpl()
|
| /third_party/mesa3d/src/compiler/clc/ |
| D | clc_helpers.cpp | 1066 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef(spir_ref, "<spir>"), llvm_ctx); in clc_spir_to_spirv()
|