Home
last modified time | relevance | path

Searched refs:SourcePrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h130 class SourcePrinter {
159 SourcePrinter() = default;
160 SourcePrinter(const object::ObjectFile *Obj, StringRef DefaultArch);
161 virtual ~SourcePrinter() = default;
H A DSourcePrinter.cpp342 bool SourcePrinter::cacheSource(const DILineInfo &LineInfo) { in cacheSource()
372 void SourcePrinter::printSourceLine(formatted_raw_ostream &OS, in printSourceLine()
430 void SourcePrinter::printLines(formatted_raw_ostream &OS, in printLines()
454 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, in getLine()
479 void SourcePrinter::printSources(formatted_raw_ostream &OS, in printSources()
495 SourcePrinter::SourcePrinter(const object::ObjectFile *Obj, in SourcePrinter() function in llvm::objdump::SourcePrinter
H A Dllvm-objdump.cpp561 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst()
600 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst()
670 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst()
723 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst()
746 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst()
800 StringRef Annot, MCSubtargetInfo const &STI, SourcePrinter *SP, in printInst()
1522 SourcePrinter &SP, bool InlineRelocs) { in disassembleObject()
2509 SourcePrinter SP(DbgObj, TheTarget->getName()); in disassembleObject()
/freebsd-14.2/usr.bin/clang/llvm-objdump/
H A DMakefile11 SRCS+= SourcePrinter.cpp