Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp104 getLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
127 getLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext2()
DBitcodeReader.cpp6596 llvm::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, in getLazyBitcodeModule() function in llvm
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitReader.cpp54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
DBitcodeReader.cpp2958 Module *llvm::getLazyBitcodeModule(MemoryBuffer *Buffer, in getLazyBitcodeModule() function in llvm
2980 Module *M = getLazyBitcodeModule(Buffer, Context, ErrMsg); in ParseBitcodeFile()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DReaderWriter.h32 Module *getLazyBitcodeModule(MemoryBuffer *Buffer,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRReader.h41 Module *M = getLazyBitcodeModule(Buffer, Context, &ErrMsg); in getLazyIRModule()
/external/llvm/lib/LTO/
DLTO.cpp29 getLazyBitcodeModule(MemoryBuffer::getMemBuffer(Buffer, false), Context, in loadModuleFromBuffer()
DLTOModule.cpp191 ErrorOr<std::unique_ptr<Module>> M = getLazyBitcodeModule( in parseBitcodeFileImpl()
/external/llvm/lib/IRReader/
DIRReader.cpp37 ErrorOr<std::unique_ptr<Module>> ModuleOrErr = getLazyBitcodeModule( in getLazyIRModule()
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h46 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp148 getLazyBitcodeModule(std::move(*MBOrErr), Context, in openInputFile()
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp61 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyModuleFromAssembly()
/external/llvm/lib/Object/
DIRObjectFile.cpp321 getLazyBitcodeModule(std::move(Buff), Context, in create()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveReader.cpp494 Module *m = getLazyBitcodeModule(Buffer, Context, ErrMsg); in findModuleDefiningSymbol()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp145 OwningPtr<Module> m(getLazyBitcodeModule(buffer, getGlobalContext(), in makeLTOModule()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp684 M = getLazyBitcodeModule(BitcodeBuffer, Context, &errMsg); in getJITFromBitcode()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp735 getLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()