Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h164 CombinedIndexHookFn CombinedIndexHook; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp103 CombinedIndexHook = [=](const ModuleSummaryIndex &Index) { in addSaveTemps()
DLTO.cpp1139 if (Conf.CombinedIndexHook && !Conf.CombinedIndexHook(ThinLTO.CombinedIndex)) in runThinLTO()