Home
last modified time | relevance | path

Searched refs:PostInternalizeModuleHook (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h221 ModuleHookFn PostInternalizeModuleHook; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp129 setHook("2.internalize", PostInternalizeModuleHook); in addSaveTemps()
610 if (Conf.PostInternalizeModuleHook && in thinBackend()
611 !Conf.PostInternalizeModuleHook(Task, Mod)) in thinBackend()
H A DLTO.cpp1127 if (Conf.PostInternalizeModuleHook && in runRegularLTO()
1128 !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp168 c.PostInternalizeModuleHook = [](size_t task, const Module &m) { in createConfig()