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

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 69 Module::AliasList* Module::getAliasList(const ResolveInfo& pSym) {
  /external/llvm/lib/IR/
Globals.cpp 237 ParentModule->getAliasList().push_back(this);
274 getParent()->getAliasList().remove(getIterator());
278 getParent()->getAliasList().erase(getIterator());
  /frameworks/compile/mclinker/include/mcld/
Module.h 162 AliasList* getAliasList(const ResolveInfo& pSym);
  /external/llvm/include/llvm/IR/
Module.h 474 const AliasListType &getAliasList() const { return AliasList; }
476 AliasListType &getAliasList() { return AliasList; }
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 177 M.getAliasList().erase(GA);
GlobalOpt.cpp     [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/llvm/lib/AsmParser/
LLParser.cpp 760 M->getAliasList().push_back(GA.get());
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 1372 milliseconds