Home
last modified time | relevance | path

Searched refs:ClearDSOLocalOnDeclarations (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h54 bool ClearDSOLocalOnDeclarations; variable
109 bool ClearDSOLocalOnDeclarations);
117 bool ClearDSOLocalOnDeclarations,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp38 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 DFunctionImport.h313 bool ClearDSOLocalOnDeclarations) in FunctionImporter() argument
315 ClearDSOLocalOnDeclarations(ClearDSOLocalOnDeclarations) {} in FunctionImporter()
330 bool ClearDSOLocalOnDeclarations; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp158 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 DLTOBackend.cpp661 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 DFunctionImport.cpp2013 renameModuleForThinLTO(*SrcModule, Index, ClearDSOLocalOnDeclarations, in importFunctions()