Home
last modified time | relevance | path

Searched refs:ImportedName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp121 auto ImportedName = CalledFunction->getName(); in findExternalCalls() local
122 auto Renamed = (ImportedName + Suffix).str(); in findExternalCalls()
125 ImportedName = Renamed; in findExternalCalls()
127 auto It = CalledFunctions.insert(ImportedName); in findExternalCalls()
133 auto *SrcGV = DestModule.getNamedValue(ImportedName); in findExternalCalls()
138 << ImportedName << " already in DestinationModule\n"); in findExternalCalls()
145 << ": Adding callee for : " << ImportedName << " : " in findExternalCalls()
/external/opencv3/3rdparty/jinja2/
Dnodes.py816 class ImportedName(Expr): class
Dcompiler.py782 for import_ in node.find_all(nodes.ImportedName):