Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp333 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO() local
335 return ThinLTOProcessing.run(); in renameModuleForThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp580 class ThinLTOProcessing { class
584 ThinLTOProcessing(const TargetOptions &Options) { in ThinLTOProcessing() function in thinlto::ThinLTOProcessing
980 thinlto::ThinLTOProcessing ThinLTOProcessor(Options); in main()