Searched refs:SourcePrinter (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.h | 130 class SourcePrinter { 159 SourcePrinter() = default; 160 SourcePrinter(const object::ObjectFile *Obj, StringRef DefaultArch); 161 virtual ~SourcePrinter() = default;
|
| H A D | SourcePrinter.cpp | 340 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource() 371 void SourcePrinter::printSourceLine(formatted_raw_ostream &OS, in printSourceLine() 428 void SourcePrinter::printLines(formatted_raw_ostream &OS, in printLines() 452 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, in getLine() 477 void SourcePrinter::printSources(formatted_raw_ostream &OS, in printSources() 493 SourcePrinter::SourcePrinter(const object::ObjectFile *Obj, in SourcePrinter() function in llvm::objdump::SourcePrinter
|
| H A D | llvm-objdump.cpp | 676 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 778 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 852 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 905 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 928 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 982 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 1020 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst() 1712 SourcePrinter &SP, bool InlineRelocs, raw_ostream &OS) { in disassembleObject() 2718 SourcePrinter SP(DbgObj, TheTarget->getName()); in disassembleObject()
|
| /freebsd/usr.bin/clang/llvm-objdump/ |
| H A D | Makefile | 10 SRCS+= SourcePrinter.cpp
|