Home
last modified time | relevance | path

Searched refs:DebugSubsectionRef (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsection.h19 class DebugSubsectionRef {
21 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() function
22 virtual ~DebugSubsectionRef();
24 static bool classof(const DebugSubsectionRef *S) { return true; } in classof()
DDebugSymbolsSubsection.h18 class DebugSymbolsSubsectionRef final : public DebugSubsectionRef {
21 : DebugSubsectionRef(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsectionRef()
23 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugCrossExSubsection.h24 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef {
30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()
32 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugCrossImpSubsection.h47 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {
53 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
55 static bool classof(const DebugSubsectionRef *S) {
DDebugChecksumsSubsection.h49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
55 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
57 static bool classof(const DebugSubsectionRef *S) {
DDebugUnknownSubsection.h18 class DebugUnknownSubsectionRef final : public DebugSubsectionRef {
21 : DebugSubsectionRef(Kind), Data(Data) {} in DebugUnknownSubsectionRef()
DDebugSymbolRVASubsection.h26 class DebugSymbolRVASubsectionRef final : public DebugSubsectionRef {
32 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugFrameDataSubsection.h20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {
23 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
DDebugStringTableSubsection.h31 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
35 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugInlineeLinesSubsection.h61 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
68 static bool classof(const DebugSubsectionRef *S) {
DDebugLinesSubsection.h78 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
87 static bool classof(const DebugSubsectionRef *S) { in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsection.cpp13 DebugSubsectionRef::~DebugSubsectionRef() {} in ~DebugSubsectionRef()
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
DDebugStringTableSubsection.cpp23 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
DDebugInlineeLinesSubsection.cpp43 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
DDebugLinesSubsection.cpp54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()