Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp64 DumpOutputStyle::DumpOutputStyle(InputFile &File) in DumpOutputStyle() function in DumpOutputStyle
70 DumpOutputStyle::~DumpOutputStyle() {} in ~DumpOutputStyle()
72 PDBFile &DumpOutputStyle::getPdb() { return File.pdb(); } in getPdb()
73 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj()
75 void DumpOutputStyle::printStreamNotValidForObj() { in printStreamNotValidForObj()
80 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent()
85 Error DumpOutputStyle::dump() { in dump()
237 Error DumpOutputStyle::dumpFileSummary() { in dumpFileSummary()
346 Error DumpOutputStyle::dumpStreamSummary() { in dumpStreamSummary()
462 Error DumpOutputStyle::dumpModules() { in dumpModules()
[all …]
H A DDumpOutputStyle.h59 class DumpOutputStyle : public OutputStyle {
62 DumpOutputStyle(InputFile &File);
63 ~DumpOutputStyle() override;
H A DCMakeLists.txt13 DumpOutputStyle.cpp
H A Dllvm-pdbutil.cpp904 auto O = std::make_unique<DumpOutputStyle>(IF); in dumpRaw()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/
H A DBUILD.gn13 "DumpOutputStyle.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt7073 llvm/tools/llvm-pdbutil/DumpOutputStyle.h