Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h224 ModuleHookFn PostImportModuleHook; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp130 setHook("3.import", PostImportModuleHook); in addSaveTemps()
653 if (Conf.PostImportModuleHook && !Conf.PostImportModuleHook(Task, Mod)) in thinBackend()