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

  /external/llvm/include/llvm/IR/
Module.h 385 /// getNamedAlias - Return the global alias in the module with the
388 GlobalAlias *getNamedAlias(StringRef Name) const;
  /external/llvm/lib/IR/
Module.cpp 274 // getNamedAlias - Look up the specified global in the module symbol table.
277 GlobalAlias *Module::getNamedAlias(StringRef Name) const {
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 116 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);

Completed in 40 milliseconds