Home
last modified time | relevance | path

Searched refs:DebugSubsection (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsection.h33 class DebugSubsection {
35 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsection() function
36 virtual ~DebugSubsection();
38 static bool classof(const DebugSubsection *S) { return true; } in classof()
DDebugFrameDataSubsection.h24 static bool classof(const DebugSubsection *S) { in classof()
40 class DebugFrameDataSubsection final : public DebugSubsection {
43 : DebugSubsection(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsection()
44 static bool classof(const DebugSubsection *S) { in classof()
DDebugSymbolsSubsection.h37 class DebugSymbolsSubsection final : public DebugSubsection {
39 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection()
40 static bool classof(const DebugSubsection *S) { in classof()
DDebugCrossExSubsection.h47 class DebugCrossModuleExportsSubsection final : public DebugSubsection {
50 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection()
52 static bool classof(const DebugSubsection *S) { in classof()
DDebugSubsectionRecord.h28 class DebugSubsection; variable
57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection,
71 std::shared_ptr<DebugSubsection> Subsection;
DDebugCrossImpSubsection.h70 class DebugCrossModuleImportsSubsection final : public DebugSubsection {
74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
77 static bool classof(const DebugSubsection *S) {
DDebugSymbolRVASubsection.h46 class DebugSymbolRVASubsection final : public DebugSubsection {
50 static bool classof(const DebugSubsection *S) { in classof()
DDebugStringTableSubsection.h57 class DebugStringTableSubsection : public DebugSubsection {
61 static bool classof(const DebugSubsection *S) { in classof()
DDebugChecksumsSubsection.h76 class DebugChecksumsSubsection final : public DebugSubsection {
80 static bool classof(const DebugSubsection *S) {
DDebugInlineeLinesSubsection.h84 class DebugInlineeLinesSubsection final : public DebugSubsection {
94 static bool classof(const DebugSubsection *S) {
DDebugLinesSubsection.h106 class DebugLinesSubsection final : public DebugSubsection {
120 static bool classof(const DebugSubsection *S) { in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp93 virtual std::shared_ptr<DebugSubsection>
111 std::shared_ptr<DebugSubsection>
125 std::shared_ptr<DebugSubsection>
141 std::shared_ptr<DebugSubsection>
157 std::shared_ptr<DebugSubsection>
171 std::shared_ptr<DebugSubsection>
185 std::shared_ptr<DebugSubsection>
199 std::shared_ptr<DebugSubsection>
213 std::shared_ptr<DebugSubsection>
228 std::shared_ptr<DebugSubsection>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsection.cpp16 DebugSubsection::~DebugSubsection() {} in ~DebugSubsection()
DDebugSymbolRVASubsection.cpp28 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
DCMakeLists.txt15 DebugSubsection.cpp
DDebugSubsectionRecord.cpp57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
DDebugStringTableSubsection.cpp46 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
DDebugChecksumsSubsection.cpp66 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
DDebugInlineeLinesSubsection.cpp64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
DDebugLinesSubsection.cpp74 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h56 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h121 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp174 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk353 llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp \
DBUILD.gn228 "llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp",

12