Home
last modified time | relevance | path

Searched refs:CombinedModule (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp582 Mover(std::make_unique<IRMover>(*CombinedModule)) {} in RegularLTOState()
610 const Triple TT(RegularLTO.CombinedModule->getTargetTriple()); in addModuleToGlobalRes()
700 if (RegularLTO.CombinedModule->getTargetTriple().empty()) { in add()
984 RegularLTO.CombinedModule->getNamedValue(GV->getName()); in linkRegularLTO()
1088 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()
1093 RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()
1218 RegularLTO.CombinedModule->getContext(), Conf.RemarksFilename, in runRegularLTO()
1242 const DataLayout &DL = RegularLTO.CombinedModule->getDataLayout(); in runRegularLTO()
1290 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
1294 !Conf.PreOptModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h320 std::unique_ptr<Module> CombinedModule; member