Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp68 getLazyBitcodeModule(std::move(Owner), *unwrap(ContextRef)); in LLVMGetBitcodeModuleInContext()
H A DBitcodeReader.cpp3718 llvm::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, in getLazyBitcodeModule() function in llvm
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DReaderWriter.h35 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
/minix3/external/bsd/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp38 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyIRModule()
/minix3/external/bsd/llvm/dist/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp57 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyModuleFromAssembly()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DIRObjectFile.cpp304 ErrorOr<Module *> MOrErr = getLazyBitcodeModule(std::move(Buff), Context); in create()
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp181 ErrorOr<Module *> M = getLazyBitcodeModule(std::move(LightweightBuf), Context, in parseBitcodeFileImpl()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp647 getLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()