Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp311 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport); in renameModuleForThinLTO() local
312 return ThinLTOProcessing.run(); in renameModuleForThinLTO()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp479 class ThinLTOProcessing { class
483 ThinLTOProcessing(const TargetOptions &Options) { in ThinLTOProcessing() function in thinlto::ThinLTOProcessing
853 thinlto::ThinLTOProcessing ThinLTOProcessor(Options); in main()