Home
last modified time | relevance | path

Searched defs:ClearDSOLocalOnDeclarations (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h53 bool ClearDSOLocalOnDeclarations; variable
103 bool ClearDSOLocalOnDeclarations) in FunctionImportGlobalProcessing() argument
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h118 FunctionImporter(const ModuleSummaryIndex & Index,ModuleLoaderTy ModuleLoader,bool ClearDSOLocalOnDeclarations) FunctionImporter() argument
134 bool ClearDSOLocalOnDeclarations; global() variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp356 renameModuleForThinLTO(Module & M,const ModuleSummaryIndex & Index,bool ClearDSOLocalOnDeclarations,SetVector<GlobalValue * > * GlobalsToImport) renameModuleForThinLTO() argument
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp164 promoteModule(Module & TheModule,const ModuleSummaryIndex & Index,bool ClearDSOLocalOnDeclarations) promoteModule() argument
219 crossImportIntoModule(Module & TheModule,const ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,const FunctionImporter::ImportMapTy & ImportList,bool ClearDSOLocalOnDeclarations) crossImportIntoModule() argument
448 bool ClearDSOLocalOnDeclarations = ProcessThinLTOModule() local
[all...]
H A DLTOBackend.cpp604 bool ClearDSOLocalOnDeclarations = thinBackend() local