Searched refs:ThinGenerator (Results 1 – 1 of 1) sorted by relevance
602 ThinLTOCodeGenerator ThinGenerator; member in thinlto::ThinLTOProcessing605 ThinGenerator.setCodePICModel(codegen::getExplicitRelocModel()); in ThinLTOProcessing()606 ThinGenerator.setTargetOptions(Options); in ThinLTOProcessing()607 ThinGenerator.setCacheDir(ThinLTOCacheDir); in ThinLTOProcessing()608 ThinGenerator.setCachePruningInterval(ThinLTOCachePruningInterval); in ThinLTOProcessing()609 ThinGenerator.setCacheEntryExpiration(ThinLTOCacheEntryExpiration); in ThinLTOProcessing()610 ThinGenerator.setCacheMaxSizeFiles(ThinLTOCacheMaxSizeFiles); in ThinLTOProcessing()611 ThinGenerator.setCacheMaxSizeBytes(ThinLTOCacheMaxSizeBytes); in ThinLTOProcessing()612 ThinGenerator.setFreestanding(EnableFreestanding); in ThinLTOProcessing()613 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing()[all …]