Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
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 …]
DDumpOutputStyle.h66 class DumpOutputStyle : public OutputStyle {
69 DumpOutputStyle(InputFile &File);
70 ~DumpOutputStyle() override;
DCMakeLists.txt13 DumpOutputStyle.cpp
Dllvm-pdbutil.cpp879 auto O = std::make_unique<DumpOutputStyle>(IF); in dumpRaw()
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/
DBUILD.gn13 "DumpOutputStyle.cpp",