Searched refs:ClearDSOLocalOnDeclarations (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionImportUtils.h | 54 bool ClearDSOLocalOnDeclarations; variable 109 bool ClearDSOLocalOnDeclarations); 117 bool ClearDSOLocalOnDeclarations,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 38 SetVector<GlobalValue *> *GlobalsToImport, bool ClearDSOLocalOnDeclarations) in FunctionImportGlobalProcessing() argument 40 ClearDSOLocalOnDeclarations(ClearDSOLocalOnDeclarations) { in FunctionImportGlobalProcessing() 322 if (ClearDSOLocalOnDeclarations && in processGlobalForThinLTO() 371 bool ClearDSOLocalOnDeclarations, in renameModuleForThinLTO() argument 374 ClearDSOLocalOnDeclarations); in renameModuleForThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 313 bool ClearDSOLocalOnDeclarations) in FunctionImporter() argument 315 ClearDSOLocalOnDeclarations(ClearDSOLocalOnDeclarations) {} in FunctionImporter() 330 bool ClearDSOLocalOnDeclarations; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 158 bool ClearDSOLocalOnDeclarations) { in promoteModule() argument 159 renameModuleForThinLTO(TheModule, Index, ClearDSOLocalOnDeclarations); in promoteModule() 212 bool ClearDSOLocalOnDeclarations) { in crossImportIntoModule() argument 219 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule() 441 bool ClearDSOLocalOnDeclarations = in ProcessThinLTOModule() local 447 promoteModule(TheModule, Index, ClearDSOLocalOnDeclarations); in ProcessThinLTOModule() 468 ClearDSOLocalOnDeclarations); in ProcessThinLTOModule()
|
| H A D | LTOBackend.cpp | 661 bool ClearDSOLocalOnDeclarations = in thinBackend() local 665 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations); in thinBackend() 716 ClearDSOLocalOnDeclarations); in thinBackend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 2013 renameModuleForThinLTO(*SrcModule, Index, ClearDSOLocalOnDeclarations, in importFunctions()
|