Searched refs:DebugSubsectionRef (Results 1 – 16 of 16) sorted by relevance
20 class DebugSubsectionRef {22 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() function23 virtual ~DebugSubsectionRef();25 static bool classof(const DebugSubsectionRef *S) { return true; } in classof()
19 class DebugSymbolsSubsectionRef final : public DebugSubsectionRef {22 : DebugSubsectionRef(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsectionRef()24 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) {
50 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {56 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}58 static bool classof(const DebugSubsectionRef *S) {
19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef {22 : DebugSubsectionRef(Kind), Data(Data) {} in DebugUnknownSubsectionRef()
27 class DebugSymbolRVASubsectionRef final : public DebugSubsectionRef {33 static bool classof(const DebugSubsectionRef *S) { in classof()
20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {23 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
32 class DebugStringTableSubsectionRef : public DebugSubsectionRef {36 static bool classof(const DebugSubsectionRef *S) { in classof()
62 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {69 static bool classof(const DebugSubsectionRef *S) {
79 class DebugLinesSubsectionRef final : public DebugSubsectionRef {88 static bool classof(const DebugSubsectionRef *S) { in classof()
14 DebugSubsectionRef::~DebugSubsectionRef() {} in ~DebugSubsectionRef()
21 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
24 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
55 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()