/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 104 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/ |
D | BitReader_2_7.h | 48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
|
D | BitReader.cpp | 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitReader_3_0.h | 48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
|
D | BitReader.cpp | 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
|
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ReaderWriter_2_9_func.h | 34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
|
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9/ |
D | ReaderWriter_2_9.h | 34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
|
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/ |
D | ReaderWriter_3_2.h | 34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | LTO.cpp | 29 getLazyBitcodeModule(MemoryBuffer::getMemBuffer(Buffer, false), Context, in loadModuleFromBuffer()
|
H A D | LTOModule.cpp | 191 ErrorOr<std::unique_ptr<Module>> M = getLazyBitcodeModule( in parseBitcodeFileImpl()
|
/aosp_15_r20/external/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 37 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = getLazyBitcodeModule( in getLazyIRModule()
|
/aosp_15_r20/external/llvm/include/llvm/Bitcode/ |
H A D | ReaderWriter.h | 46 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 139 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
|
/aosp_15_r20/external/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 148 getLazyBitcodeModule(std::move(*MBOrErr), Context, in openInputFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/ |
D | BitcodeReader.h | 185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/ |
D | BitcodeReader.h | 185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/ |
D | BitcodeReader.h | 185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/ |
D | BitcodeReader.h | 185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | Source.cpp | 50 = llvm::getLazyBitcodeModule(std::move(pInput), pContext); in helper_load_bitcode()
|
/aosp_15_r20/external/llvm/unittests/Bitcode/ |
H A D | BitReaderTest.cpp | 61 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyModuleFromAssembly()
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 321 getLazyBitcodeModule(std::move(Buff), Context, in create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 189 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 191 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 735 getLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()
|