Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp8552 Expected<std::unique_ptr<Module>> llvm::getOwningLazyBitcodeModule( in getOwningLazyBitcodeModule() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp38 Expected<std::unique_ptr<Module>> ModuleOrErr = getOwningLazyBitcodeModule( in getLazyIRModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h194 Expected<std::unique_ptr<Module>> getOwningLazyBitcodeModule(
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp933 getOwningLazyBitcodeModule(std::move(*BCBuf), *VMContext); in loadLinkModules()