Home
last modified time | relevance | path

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

12

/aosp_15_r20/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp138 MOrErr = llvm_3_0::parseBitcodeFile(*MBOrErr, *mContext); in translate()
140 MOrErr = llvm_2_7::parseBitcodeFile(*MBOrErr, *mContext); in translate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp41 Expected<std::unique_ptr<Module>> ModuleOrErr = parseBitcodeFile(Buf, Ctx); in LLVMParseBitcodeInContext()
64 expectedToErrorOrAndEmitErrors(Ctx, parseBitcodeFile(Buf, Ctx)); in LLVMParseBitcodeInContext2()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A 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()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader_2_7.h61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader_3_0.h61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext())); in cloneToNewContext()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dbitcode.cpp81 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef( in parse_module_library()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp80 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DParallelCG.cpp81 Expected<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DParallelCG.cpp81 ErrorOr<std::unique_ptr<Module>> MOrErr = parseBitcodeFile( in splitCodeGen()
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTO.cpp32 ModuleOrErr = parseBitcodeFile(Buffer, Context); in loadModuleFromBuffer()
/aosp_15_r20/external/llvm/lib/IRReader/
H A DIRReader.cpp73 parseBitcodeFile(Buffer, Context); in parseIR()
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h75 ErrorOr<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IRReader/
H A DIRReader.cpp78 parseBitcodeFile(Buffer, Context, Callbacks); in parseIR()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
H A DIRReader.cpp78 parseBitcodeFile(Buffer, Context); in parseIR()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h166 Expected<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeReader.h215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp181 auto M = parseBitcodeFile(Buffer->getMemBufferRef(), Context); in parseModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeReader.h215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeReader.h215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeReader.h215 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp356 llvm::parseBitcodeFile(mem.get()->getMemBufferRef(), ctx); in main()

12