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

  /external/llvm/include/llvm/
Module.h 352 /// getNamedAlias - Return the global alias in the module with the
355 GlobalAlias *getNamedAlias(StringRef Name) const;
  /external/llvm/lib/VMCore/
Module.cpp 294 // getNamedAlias - Look up the specified global in the module symbol table.
297 GlobalAlias *Module::getNamedAlias(StringRef Name) const {

Completed in 24 milliseconds