Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp65 DumpOutputStyle::DumpOutputStyle(InputFile &File) in DumpOutputStyle() function in DumpOutputStyle
71 DumpOutputStyle::~DumpOutputStyle() {} in ~DumpOutputStyle()
73 PDBFile &DumpOutputStyle::getPdb() { return File.pdb(); } in getPdb()
74 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj()
76 void DumpOutputStyle::printStreamNotValidForObj() { in printStreamNotValidForObj()
81 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent()
86 Error DumpOutputStyle::dump() { in dump()
238 Error DumpOutputStyle::dumpFileSummary() { in dumpFileSummary()
347 Error DumpOutputStyle::dumpStreamSummary() { in dumpStreamSummary()
463 Error DumpOutputStyle::dumpModules() { in dumpModules()
[all …]
H A DDumpOutputStyle.h1 //===- DumpOutputStyle.h -------------------------------------- *- C++ --*-===//
57 class DumpOutputStyle : public OutputStyle {
60 DumpOutputStyle(InputFile &File);
61 ~DumpOutputStyle() override;
H A Dllvm-pdbutil.cpp16 #include "DumpOutputStyle.h"
902 auto O = std::make_unique<DumpOutputStyle>(IF); in dumpRaw()
/freebsd/usr.bin/clang/llvm-pdbutil/
H A DMakefile5 SRCS+= DumpOutputStyle.cpp