Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DFormatUtil.cpp50 std::string llvm::pdb::formatChunkKind(DebugSubsectionKind Kind, in formatChunkKind()
54 RETURN_CASE(DebugSubsectionKind, None, "none"); in formatChunkKind()
55 RETURN_CASE(DebugSubsectionKind, Symbols, "symbols"); in formatChunkKind()
56 RETURN_CASE(DebugSubsectionKind, Lines, "lines"); in formatChunkKind()
57 RETURN_CASE(DebugSubsectionKind, StringTable, "strings"); in formatChunkKind()
58 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums"); in formatChunkKind()
59 RETURN_CASE(DebugSubsectionKind, FrameData, "frames"); in formatChunkKind()
60 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines"); in formatChunkKind()
61 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind()
62 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind()
[all …]
/external/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()
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()
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 …]
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp34 case DebugSubsectionKind::Lines: { in visitDebugSubsection()
41 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
48 case DebugSubsectionKind::InlineeLines: { in visitDebugSubsection()
54 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
66 case DebugSubsectionKind::Symbols: { in visitDebugSubsection()
72 case DebugSubsectionKind::StringTable: { in visitDebugSubsection()
78 case DebugSubsectionKind::FrameData: { in visitDebugSubsection()
84 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
DDebugSubsectionRecord.cpp24 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord()
35 DebugSubsectionKind Kind = in initialize()
36 static_cast<DebugSubsectionKind>(uint32_t(Header->Kind)); in initialize()
47 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()
DEnumTables.cpp235 CV_ENUM_CLASS_ENT(DebugSubsectionKind, None),
236 CV_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
237 CV_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
238 CV_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
239 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
240 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
241 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
242 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
243 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
244 CV_ENUM_CLASS_ENT(DebugSubsectionKind, ILLines),
[all …]
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
/external/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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsection.h23 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef()
28 DebugSubsectionKind kind() const { return Kind; } in kind()
31 DebugSubsectionKind Kind;
36 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsection()
41 DebugSubsectionKind kind() const { return Kind; } in kind()
47 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.h31 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()
34 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
50 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection()
53 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
DDebugSubsectionRecord.h38 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data);
43 DebugSubsectionKind kind() const;
47 DebugSubsectionKind Kind = DebugSubsectionKind::None;
DDebugFrameDataSubsection.h27 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
29 return S->kind() == DebugSubsectionKind::FrameData; in classof()
48 : DebugSubsection(DebugSubsectionKind::FrameData), in DebugFrameDataSubsection()
51 return S->kind() == DebugSubsectionKind::FrameData; in classof()
DDebugCrossImpSubsection.h54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
57 return S->kind() == DebugSubsectionKind::CrossScopeImports;
74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
78 return S->kind() == DebugSubsectionKind::CrossScopeImports;
DDebugChecksumsSubsection.h57 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
60 return S->kind() == DebugSubsectionKind::FileChecksums;
82 return S->kind() == DebugSubsectionKind::FileChecksums;
DDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()

123