Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp63 DumpOutputStyle::DumpOutputStyle(InputFile &File) in DumpOutputStyle() function in DumpOutputStyle
69 DumpOutputStyle::~DumpOutputStyle() {} in ~DumpOutputStyle()
71 PDBFile &DumpOutputStyle::getPdb() { return File.pdb(); } in getPdb()
72 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj()
74 void DumpOutputStyle::printStreamNotValidForObj() { in printStreamNotValidForObj()
79 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent()
84 Error DumpOutputStyle::dump() { in dump()
237 Error DumpOutputStyle::dumpFileSummary() { in dumpFileSummary()
376 Error DumpOutputStyle::dumpStreamSummary() { in dumpStreamSummary()
579 Error DumpOutputStyle::dumpModules() { in dumpModules()
[all …]
H A DDumpOutputStyle.h66 class DumpOutputStyle : public OutputStyle {
69 DumpOutputStyle(InputFile &File);
70 ~DumpOutputStyle() override;
H A DCMakeLists.txt13 DumpOutputStyle.cpp
H A Dllvm-pdbutil.cpp878 auto O = std::make_unique<DumpOutputStyle>(IF); in dumpRaw()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/
H A DBUILD.gn13 "DumpOutputStyle.cpp",