Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp85 getOwningLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
113 Ctx, getOwningLazyBitcodeModule(std::move(Owner), Ctx)); in LLVMGetBitcodeModuleInContext2()
H A DBitcodeReader.cpp6042 Expected<std::unique_ptr<Module>> llvm::getOwningLazyBitcodeModule( in getOwningLazyBitcodeModule() function in llvm
/freebsd-12.1/contrib/llvm/lib/IRReader/
H A DIRReader.cpp38 Expected<std::unique_ptr<Module>> ModuleOrErr = getOwningLazyBitcodeModule( in getLazyIRModule()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h148 Expected<std::unique_ptr<Module>> getOwningLazyBitcodeModule(
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp874 getOwningLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()