Home
last modified time | relevance | path

Searched refs:getLazyBitcodeModule (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp104 getLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
127 getLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext2()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader_2_7.h48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
DBitReader.cpp54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader_3_0.h48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
DBitReader.cpp54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/
DReaderWriter_3_2.h34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTO.cpp29 getLazyBitcodeModule(MemoryBuffer::getMemBuffer(Buffer, false), Context, in loadModuleFromBuffer()
H A DLTOModule.cpp191 ErrorOr<std::unique_ptr<Module>> M = getLazyBitcodeModule( in parseBitcodeFileImpl()
/aosp_15_r20/external/llvm/lib/IRReader/
H A DIRReader.cpp37 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = getLazyBitcodeModule( in getLazyIRModule()
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h46 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h139 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp148 getLazyBitcodeModule(std::move(*MBOrErr), Context, in openInputFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeReader.h185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeReader.h185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeReader.h185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeReader.h185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/aosp_15_r20/frameworks/compile/libbcc/lib/
DSource.cpp50 = llvm::getLazyBitcodeModule(std::move(pInput), pContext); in helper_load_bitcode()
/aosp_15_r20/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp61 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyModuleFromAssembly()
/aosp_15_r20/external/llvm/lib/Object/
H A DIRObjectFile.cpp321 getLazyBitcodeModule(std::move(Buff), Context, in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp189 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOModule.cpp191 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp735 getLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()

12