Searched refs:DebugSubsectionRef (Results 1 – 16 of 16) sorted by relevance
22 class LLVM_ABI DebugSubsectionRef {24 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() function25 virtual ~DebugSubsectionRef();27 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()
26 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef {32 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()34 static bool classof(const DebugSubsectionRef *S) { in classof()
49 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {55 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}57 static bool classof(const DebugSubsectionRef *S) {
52 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {58 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}60 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()
25 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {28 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
32 class DebugStringTableSubsectionRef : public DebugSubsectionRef {36 static bool classof(const DebugSubsectionRef *S) { in classof()
61 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {68 static bool classof(const DebugSubsectionRef *S) {
80 class DebugLinesSubsectionRef final : public DebugSubsectionRef {89 static bool classof(const DebugSubsectionRef *S) { in classof()
13 DebugSubsectionRef::~DebugSubsectionRef() = default;
20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
22 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()