Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsection.h20 class DebugSubsectionRef {
22 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() function
23 virtual ~DebugSubsectionRef();
25 static bool classof(const DebugSubsectionRef *S) { return true; } in classof()
DDebugSymbolsSubsection.h19 class DebugSymbolsSubsectionRef final : public DebugSubsectionRef {
22 : DebugSubsectionRef(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsectionRef()
24 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugCrossExSubsection.h25 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef {
31 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()
33 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugCrossImpSubsection.h48 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {
54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
56 static bool classof(const DebugSubsectionRef *S) {
DDebugChecksumsSubsection.h50 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
56 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
58 static bool classof(const DebugSubsectionRef *S) {
DDebugUnknownSubsection.h19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef {
22 : DebugSubsectionRef(Kind), Data(Data) {} in DebugUnknownSubsectionRef()
DDebugSymbolRVASubsection.h27 class DebugSymbolRVASubsectionRef final : public DebugSubsectionRef {
33 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugFrameDataSubsection.h20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {
23 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef()
DDebugStringTableSubsection.h32 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
36 static bool classof(const DebugSubsectionRef *S) { in classof()
DDebugInlineeLinesSubsection.h62 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
69 static bool classof(const DebugSubsectionRef *S) {
DDebugLinesSubsection.h79 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
88 static bool classof(const DebugSubsectionRef *S) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsection.cpp14 DebugSubsectionRef::~DebugSubsectionRef() {} in ~DebugSubsectionRef()
DDebugSymbolRVASubsection.cpp21 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
DDebugStringTableSubsection.cpp24 : DebugSubsectionRef(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsectionRef()
DDebugInlineeLinesSubsection.cpp44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
DDebugLinesSubsection.cpp55 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()