Searched refs:DebugSubsectionRef (Results 1 – 16 of 16) sorted by relevance
21 class DebugSubsectionRef {23 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() function24 virtual ~DebugSubsectionRef();26 static bool classof(const DebugSubsectionRef *S) { return true; } in classof()
18 class DebugSymbolsSubsectionRef final : public DebugSubsectionRef {21 : DebugSubsectionRef(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsectionRef()23 static bool classof(const DebugSubsectionRef *S) { in classof()
25 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef {31 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()33 static bool classof(const DebugSubsectionRef *S) { in classof()
48 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}56 static bool classof(const DebugSubsectionRef *S) {
51 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {57 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}59 static bool classof(const DebugSubsectionRef *S) {
18 class DebugUnknownSubsectionRef final : public DebugSubsectionRef {21 : DebugSubsectionRef(Kind), Data(Data) {} in DebugUnknownSubsectionRef()
26 class DebugSymbolRVASubsectionRef final : public DebugSubsectionRef {32 static bool classof(const DebugSubsectionRef *S) { in classof()
24 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {27 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
31 class DebugStringTableSubsectionRef : public DebugSubsectionRef {35 static bool classof(const DebugSubsectionRef *S) { in classof()
60 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {67 static bool classof(const DebugSubsectionRef *S) {
79 class DebugLinesSubsectionRef final : public DebugSubsectionRef {88 static bool classof(const DebugSubsectionRef *S) { in classof()
13 DebugSubsectionRef::~DebugSubsectionRef() = default;
20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
23 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()