Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DConfig.h147 ModuleHookFn PostInternalizeModuleHook; member
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp98 setHook("2.internalize", PostInternalizeModuleHook); in addSaveTemps()
501 if (Conf.PostInternalizeModuleHook && in thinBackend()
502 !Conf.PostInternalizeModuleHook(Task, Mod)) in thinBackend()
H A DLTO.cpp923 if (Conf.PostInternalizeModuleHook && in runRegularLTO()
924 !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp107 C.PostInternalizeModuleHook = [](size_t Task, const Module &M) { in createConfig()