Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp156 setHook("2.internalize", PostInternalizeModuleHook); in addSaveTemps()
167 setHook("2.internalize", PostInternalizeModuleHook); in addSaveTemps()
618 if (Conf.PostInternalizeModuleHook && in thinBackend()
619 !Conf.PostInternalizeModuleHook(Task, Mod)) in thinBackend()
H A DLTO.cpp1332 if (Conf.PostInternalizeModuleHook && in runRegularLTO()
1333 !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h233 ModuleHookFn PostInternalizeModuleHook; member
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp93 c.PostInternalizeModuleHook = [this](size_t task, const Module &m) { in createConfig()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp148 c.PostInternalizeModuleHook = [](size_t task, const Module &m) { in createConfig()