Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp358 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO() local
360 return ThinLTOProcessing.run(); in renameModuleForThinLTO()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp600 class ThinLTOProcessing { class
604 ThinLTOProcessing(const TargetOptions &Options) { in ThinLTOProcessing() function in thinlto::ThinLTOProcessing
1014 thinlto::ThinLTOProcessing ThinLTOProcessor(Options); in main()