Searched refs:dump_pretty (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCInst.cpp | 84 void MCInst::dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer, in dump_pretty() function in MCInst 88 dump_pretty(OS, InstName, Separator, RegInfo); in dump_pretty() 91 void MCInst::dump_pretty(raw_ostream &OS, StringRef Name, StringRef Separator, in dump_pretty() function in MCInst
|
H A D | MCFragment.cpp | 201 F->getInst().dump_pretty(OS); in dump()
|
H A D | MCAsmStreamer.cpp | 2418 Inst.dump_pretty(getCommentOS(), InstPrinter.get(), "\n "); in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 234 void dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer = nullptr, 237 void dump_pretty(raw_ostream &OS, StringRef Name, StringRef Separator = " ",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kAsmBackend.cpp | 194 Inst.dump_pretty(OS); in relaxInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 474 LLVM_DEBUG(MCB.dump_pretty(dbgs())); in finishBundle() 571 LLVM_DEBUG(MCI.dump_pretty(dbgs())); in matchOneInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 352 Inst.dump_pretty(OS); in relaxInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 309 Inst.dump_pretty(ErrMsgStream, TI->InstPrinter.get()); in evalDecodeOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 760 Inst.dump_pretty(OS); in relaxInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11372 Inst.dump_pretty(dbgs(), MII.getName(Inst.getOpcode())); in MatchAndEmitInstruction() 11392 Inst.dump_pretty(dbgs(), MII.getName(Inst.getOpcode())); in MatchAndEmitInstruction()
|