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

  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalAlias.h 67 /// getAliasedGlobal() - Aliasee can be either global or bitcast of
69 const GlobalValue *getAliasedGlobal() const;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 226 const GlobalValue *GlobalAlias::getAliasedGlobal() const {
248 const GlobalValue *GV = getAliasedGlobal();
256 GV = GA->getAliasedGlobal();
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
llvm-nm.cpp 234 const GlobalValue *AliasedGV = GA->getAliasedGlobal();
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 669 return isDeclaration(*V.getAliasedGlobal());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 886 const GlobalValue *GV = I->getAliasedGlobal();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 259 static const llvm::GlobalObject *getAliasedGlobal(
294 const llvm::GlobalValue *GV = getAliasedGlobal(*Alias);
    [all...]

Completed in 215 milliseconds