Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h34 SetVector<GlobalValue *> *GlobalsToImport; variable
102 SetVector<GlobalValue *> *GlobalsToImport, in FunctionImportGlobalProcessing()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp357 SetVector<GlobalValue *> *GlobalsToImport) { in renameModuleForThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1743 SetVector<GlobalValue *> GlobalsToImport; in importFunctions() local