Home
last modified time | relevance | path

Searched defs:GlobalsToImport (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h34 SetVector<GlobalValue *> *GlobalsToImport; variable
102 SetVector<GlobalValue *> *GlobalsToImport, in FunctionImportGlobalProcessing() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp357 renameModuleForThinLTO(Module & M,const ModuleSummaryIndex & Index,bool ClearDSOLocalOnDeclarations,SetVector<GlobalValue * > * GlobalsToImport) renameModuleForThinLTO() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1742 SetVector<GlobalValue *> GlobalsToImport; importFunctions() local