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 381 /// getNamedAlias - Return the global alias in the module with the
384 GlobalAlias *getNamedAlias(StringRef Name) const;
  /external/llvm/lib/IR/
Module.cpp 292 // getNamedAlias - Look up the specified global in the module symbol table.
295 GlobalAlias *Module::getNamedAlias(StringRef Name) const {
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 115 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);

Completed in 59 milliseconds