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

  /external/llvm/include/llvm/IR/
GlobalAlias.h 67 /// getAliasedGlobal() - Aliasee can be either global or bitcast of
69 const GlobalValue *getAliasedGlobal() const;
  /external/llvm/lib/IR/
Globals.cpp 232 const GlobalValue *GlobalAlias::getAliasedGlobal() const {
254 const GlobalValue *GV = getAliasedGlobal();
262 GV = GA->getAliasedGlobal();
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 268 const GlobalValue *AliasedGV = GA->getAliasedGlobal();
  /external/llvm/tools/lto/
LTOModule.cpp 884 if (isDeclaration(*a->getAliasedGlobal()))
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 932 const GlobalValue *GV = I->getAliasedGlobal();
    [all...]

Completed in 494 milliseconds