Home
last modified time | relevance | path

Searched refs:getOwningLazyBitcodeModule (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp83 getOwningLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
111 Ctx, getOwningLazyBitcodeModule(std::move(Owner), Ctx)); in LLVMGetBitcodeModuleInContext2()
H A DBitcodeReader.cpp8141 Expected<std::unique_ptr<Module>> llvm::getOwningLazyBitcodeModule( in getOwningLazyBitcodeModule() function in llvm
/openbsd/gnu/llvm/llvm/lib/IRReader/
H A DIRReader.cpp38 Expected<std::unique_ptr<Module>> ModuleOrErr = getOwningLazyBitcodeModule( in getLazyIRModule()
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h194 Expected<std::unique_ptr<Module>> getOwningLazyBitcodeModule(
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp1062 getOwningLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()