Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp591 class ThinLTOProcessing { class
595 ThinLTOProcessing(const TargetOptions &Options) { in ThinLTOProcessing() function in thinlto::ThinLTOProcessing
990 thinlto::ThinLTOProcessing ThinLTOProcessor(Options); in main()