Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h34 SetVector<GlobalValue *> *GlobalsToImport; variable
102 SetVector<GlobalValue *> *GlobalsToImport, in FunctionImportGlobalProcessing()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp330 SetVector<GlobalValue *> *GlobalsToImport) { in renameModuleForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1213 SetVector<GlobalValue *> GlobalsToImport; in importFunctions() local