HomeSort by relevance Sort by last modified time
    Searched refs:ImportedName (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 121 auto ImportedName = CalledFunction->getName();
122 auto Renamed = (ImportedName + Suffix).str();
125 ImportedName = Renamed;
127 auto It = CalledFunctions.insert(ImportedName);
133 auto *SrcGV = DestModule.getNamedValue(ImportedName);
138 << ImportedName << " already in DestinationModule\n");
145 << ": Adding callee for : " << ImportedName << " : "
  /external/opencv3/3rdparty/jinja2/
nodes.py 816 class ImportedName(Expr):
818 access. For example ``ImportedName('cgi.escape')`` returns the `escape`
compiler.py 782 for import_ in node.find_all(nodes.ImportedName):
    [all...]

Completed in 516 milliseconds