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

  /external/llvm/include/llvm/MC/
MCFunction.h 50 const MCTextAtom *getInsts() const { return Insts; }
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 200 Out << '"' << (*i)->getInsts()->getBeginAddr() << "\" [ label=\"<a>";
202 for (unsigned ii = 0, ie = (*i)->getInsts()->size(); ii != ie;
212 IP->printInst(&(*i)->getInsts()->at(ii).Inst, OS, "");
220 Out << (*i)->getInsts()->getBeginAddr() << ":o -> "
221 << (*si)->getInsts()->getBeginAddr() << ":a\n";

Completed in 8878 milliseconds