Home
last modified time | relevance | path

Searched refs:DebugSubsectionKind (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp33 case DebugSubsectionKind::Lines: { in visitDebugSubsection()
40 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
47 case DebugSubsectionKind::InlineeLines: { in visitDebugSubsection()
53 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
59 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
65 case DebugSubsectionKind::Symbols: { in visitDebugSubsection()
71 case DebugSubsectionKind::StringTable: { in visitDebugSubsection()
77 case DebugSubsectionKind::FrameData: { in visitDebugSubsection()
83 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
DEnumTables.cpp224 CV_ENUM_CLASS_ENT(DebugSubsectionKind, None),
225 CV_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
226 CV_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
227 CV_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
228 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
229 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
230 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
231 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
232 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
233 CV_ENUM_CLASS_ENT(DebugSubsectionKind, ILLines),
[all …]
DDebugSubsectionRecord.cpp25 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord()
38 DebugSubsectionKind Kind = in initialize()
39 static_cast<DebugSubsectionKind>(uint32_t(Header->Kind)); in initialize()
51 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
DStringsAndChecksums.cpp34 assert(SR.kind() == DebugSubsectionKind::StringTable); in initializeStrings()
73 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
DDebugStringTableSubsection.cpp23 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
45 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
DDebugInlineeLinesSubsection.cpp43 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
63 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
DDebugLinesSubsection.cpp54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()
73 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
DDebugChecksumsSubsection.cpp65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsection.h21 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef()
26 DebugSubsectionKind kind() const { return Kind; } in kind()
29 DebugSubsectionKind Kind;
34 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsection()
39 DebugSubsectionKind kind() const { return Kind; } in kind()
45 DebugSubsectionKind Kind;
DDebugSymbolsSubsection.h21 : DebugSubsectionRef(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsectionRef()
24 return S->kind() == DebugSubsectionKind::Symbols; in classof()
38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection()
40 return S->kind() == DebugSubsectionKind::Symbols; in classof()
DDebugCrossExSubsection.h30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()
33 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection()
52 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
DDebugFrameDataSubsection.h23 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
25 return S->kind() == DebugSubsectionKind::FrameData; in classof()
44 : DebugSubsection(DebugSubsectionKind::FrameData), in DebugFrameDataSubsection()
47 return S->kind() == DebugSubsectionKind::FrameData; in classof()
DDebugSubsectionRecord.h38 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data,
45 DebugSubsectionKind kind() const;
50 DebugSubsectionKind Kind = DebugSubsectionKind::None;
DDebugCrossImpSubsection.h53 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
56 return S->kind() == DebugSubsectionKind::CrossScopeImports;
73 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
77 return S->kind() == DebugSubsectionKind::CrossScopeImports;
DDebugChecksumsSubsection.h55 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
58 return S->kind() == DebugSubsectionKind::FileChecksums;
80 return S->kind() == DebugSubsectionKind::FileChecksums;
DDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
DDebugStringTableSubsection.h36 return S->kind() == DebugSubsectionKind::StringTable; in classof()
61 return S->kind() == DebugSubsectionKind::StringTable; in classof()
DStringsAndChecksums.h44 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
48 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) { in initialize()
DDebugInlineeLinesSubsection.h69 return S->kind() == DebugSubsectionKind::InlineeLines;
99 return S->kind() == DebugSubsectionKind::InlineeLines;
DDebugLinesSubsection.h88 return S->kind() == DebugSubsectionKind::Lines; in classof()
120 return S->kind() == DebugSubsectionKind::Lines; in classof()
DDebugUnknownSubsection.h20 DebugUnknownSubsectionRef(DebugSubsectionKind Kind, BinaryStreamRef Data) in DebugUnknownSubsectionRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp69 LLVM_YAML_DECLARE_ENUM_TRAITS(DebugSubsectionKind)
88 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {} in YAMLSubsectionBase()
96 DebugSubsectionKind Kind;
107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()
121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()
137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()
153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
181 YAMLSymbolsSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Symbols) {} in YAMLSymbolsSubsection()
195 : YAMLSubsectionBase(DebugSubsectionKind::StringTable) {} in YAMLStringTableSubsection()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp136 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp175 OS.EmitIntValue(unsigned(DebugSubsectionKind::StringTable), 4); in emitStringTable()
202 OS.EmitIntValue(unsigned(DebugSubsectionKind::FileChecksums), 4); in emitFileChecksums()
334 OS.EmitIntValue(unsigned(DebugSubsectionKind::Lines), 4); in emitLineTableForFunction()

12