Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h170 ModuleHookFn PostInternalizeModuleHook; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp100 setHook("2.internalize", PostInternalizeModuleHook); in addSaveTemps()
541 if (Conf.PostInternalizeModuleHook && in thinBackend()
542 !Conf.PostInternalizeModuleHook(Task, Mod)) in thinBackend()
DLTO.cpp1011 if (Conf.PostInternalizeModuleHook && in runRegularLTO()
1012 !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule)) in runRegularLTO()