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

  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 117 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);
  /external/llvm/lib/IR/
Module.cpp 225 // getNamedAlias - Look up the specified global in the module symbol table.
228 GlobalAlias *Module::getNamedAlias(StringRef Name) const {
  /external/llvm/include/llvm/IR/
Module.h 392 GlobalAlias *getNamedAlias(StringRef Name) const;

Completed in 58 milliseconds