Searched refs:DebugSubsectionRef (Results 1 – 16 of 16) sorted by relevance
19 class DebugSubsectionRef {21 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() function22 virtual ~DebugSubsectionRef();24 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()
24 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef {30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()32 static bool classof(const DebugSubsectionRef *S) { in classof()
47 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {53 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}55 static bool classof(const DebugSubsectionRef *S) {
49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {55 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}57 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()
20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {23 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
31 class DebugStringTableSubsectionRef : public DebugSubsectionRef {35 static bool classof(const DebugSubsectionRef *S) { in classof()
61 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {68 static bool classof(const DebugSubsectionRef *S) {
78 class DebugLinesSubsectionRef final : public DebugSubsectionRef {87 static bool classof(const DebugSubsectionRef *S) { in classof()
13 DebugSubsectionRef::~DebugSubsectionRef() {} in ~DebugSubsectionRef()
20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
23 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
43 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()