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

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 69 Module::AliasList* Module::getAliasList(const ResolveInfo& pSym) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 200 ParentModule->getAliasList().push_back(this);
212 getParent()->getAliasList().remove(this);
216 getParent()->getAliasList().erase(this);
  /external/llvm/lib/IR/
Globals.cpp 330 ParentModule->getAliasList().push_back(this);
367 getParent()->getAliasList().remove(getIterator());
371 getParent()->getAliasList().erase(getIterator());
  /frameworks/compile/mclinker/include/mcld/
Module.h 162 AliasList* getAliasList(const ResolveInfo& pSym);
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 438 const AliasListType &getAliasList() const { return AliasList; }
440 AliasListType &getAliasList() { return AliasList; }
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 189 M.getAliasList().erase(GA);
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalDCE.cpp 146 M.getAliasList().erase(DeadAliases[i]);
GlobalOpt.cpp     [all...]
  /external/llvm/include/llvm/IR/
Module.h 502 const AliasListType &getAliasList() const { return AliasList; }
504 AliasListType &getAliasList() { return AliasList; }
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 453 Module::AliasList* alias_list = pModule.getAliasList(pSym);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 523 Module::AliasList* alias_list = pBuilder.getModule().getAliasList(pSym);
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 248 Module::AliasList* alias_list = pModule.getAliasList(pSym);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 635 M->getAliasList().push_back(GA);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 812 M->getAliasList().push_back(cast<GlobalAlias>(GA.get()));
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 3140 milliseconds