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

  /external/llvm/lib/IR/
Globals.cpp 206 ParentModule->getAliasList().push_back(this);
218 getParent()->getAliasList().remove(this);
222 getParent()->getAliasList().erase(this);
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 74 Module::AliasList* Module::getAliasList(const ResolveInfo& pSym)
  /external/llvm/include/llvm/IR/
Module.h 499 const AliasListType &getAliasList() const { return AliasList; }
501 AliasListType &getAliasList() { return AliasList; }
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 147 M.getAliasList().erase(DeadAliases[i]);
GlobalOpt.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/
Module.h 171 AliasList* getAliasList(const ResolveInfo& pSym);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 282 Module::AliasList* alias_list = pModule.getAliasList(pSym);
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 151 Module::AliasList* alias_list = pModule.getAliasList(pSym);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 687 M->getAliasList().push_back(GA);
    [all...]

Completed in 782 milliseconds