Home
last modified time | relevance | path

Searched refs:dump_pretty (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/MC/
DMCInst.cpp53 void MCInst::dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer, in dump_pretty() function in MCInst
DMCAsmStreamer.cpp1334 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction()
DMCAssembler.cpp1243 F->getInst().dump_pretty(OS); in dump()
/external/llvm/include/llvm/MC/
DMCInst.h189 void dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer = nullptr,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp263 Inst.dump_pretty(ErrMsgStream, Checker.InstPrinter); in evalDecodeOperand()
273 Inst.dump_pretty(ErrMsgStream, Checker.InstPrinter); in evalDecodeOperand()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp289 Inst.dump_pretty(OS); in relaxInstruction()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp253 Inst.dump_pretty(OS); in relaxInstruction()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp624 DEBUG(MCB.dump_pretty(dbgs())); in finishBundle()
791 DEBUG(MCI.dump_pretty(dbgs())); in matchOneInstruction()