OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 57 milliseconds