Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp34 ExplainOutputStyle::ExplainOutputStyle(InputFile &File, uint64_t FileOffset) in ExplainOutputStyle() function in ExplainOutputStyle
37 Error ExplainOutputStyle::dump() { in dump()
47 Error ExplainOutputStyle::explainPdbFile() { in explainPdbFile()
68 Error ExplainOutputStyle::explainBinaryFile() { in explainBinaryFile()
93 uint32_t ExplainOutputStyle::pdbBlockIndex() const { in pdbBlockIndex()
97 uint32_t ExplainOutputStyle::pdbBlockOffset() const { in pdbBlockOffset()
103 bool ExplainOutputStyle::isPdbSuperBlock() const { in isPdbSuperBlock()
107 bool ExplainOutputStyle::isPdbFpm1() const { in isPdbFpm1()
110 bool ExplainOutputStyle::isPdbFpm2() const { in isPdbFpm2()
114 bool ExplainOutputStyle::isPdbFpmBlock() const { in isPdbFpmBlock()
[all …]
H A DExplainOutputStyle.h26 class ExplainOutputStyle : public OutputStyle {
29 ExplainOutputStyle(InputFile &File, uint64_t FileOffset);
H A DCMakeLists.txt14 ExplainOutputStyle.cpp
H A Dllvm-pdbutil.cpp1379 auto O = std::make_unique<ExplainOutputStyle>(IF, Off); in explain()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/
H A DBUILD.gn14 "ExplainOutputStyle.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt7074 llvm/tools/llvm-pdbutil/ExplainOutputStyle.h