/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsection.h | 33 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()
|
D | DebugFrameDataSubsection.h | 24 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()
|
D | DebugSymbolsSubsection.h | 37 class DebugSymbolsSubsection final : public DebugSubsection { 39 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() 40 static bool classof(const DebugSubsection *S) { in classof()
|
D | DebugCrossExSubsection.h | 47 class DebugCrossModuleExportsSubsection final : public DebugSubsection { 50 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection() 52 static bool classof(const DebugSubsection *S) { in classof()
|
D | DebugSubsectionRecord.h | 28 class DebugSubsection; variable 57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection, 71 std::shared_ptr<DebugSubsection> Subsection;
|
D | DebugCrossImpSubsection.h | 70 class DebugCrossModuleImportsSubsection final : public DebugSubsection { 74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 77 static bool classof(const DebugSubsection *S) {
|
D | DebugSymbolRVASubsection.h | 46 class DebugSymbolRVASubsection final : public DebugSubsection { 50 static bool classof(const DebugSubsection *S) { in classof()
|
D | DebugStringTableSubsection.h | 57 class DebugStringTableSubsection : public DebugSubsection { 61 static bool classof(const DebugSubsection *S) { in classof()
|
D | DebugChecksumsSubsection.h | 76 class DebugChecksumsSubsection final : public DebugSubsection { 80 static bool classof(const DebugSubsection *S) {
|
D | DebugInlineeLinesSubsection.h | 84 class DebugInlineeLinesSubsection final : public DebugSubsection { 94 static bool classof(const DebugSubsection *S) {
|
D | DebugLinesSubsection.h | 106 class DebugLinesSubsection final : public DebugSubsection { 120 static bool classof(const DebugSubsection *S) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 93 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/ |
D | DebugSubsection.cpp | 16 DebugSubsection::~DebugSubsection() {} in ~DebugSubsection()
|
D | DebugSymbolRVASubsection.cpp | 28 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
|
D | CMakeLists.txt | 15 DebugSubsection.cpp
|
D | DebugSubsectionRecord.cpp | 57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
|
D | DebugStringTableSubsection.cpp | 46 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
|
D | DebugChecksumsSubsection.cpp | 66 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
|
D | DebugInlineeLinesSubsection.cpp | 64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
|
D | DebugLinesSubsection.cpp | 74 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 56 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 121 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 174 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 353 llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp \
|
D | BUILD.gn | 228 "llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp",
|