| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsection.h | 32 class DebugSubsection { 34 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsection() function 35 virtual ~DebugSubsection(); 37 static bool classof(const DebugSubsection *S) { return true; } in classof()
|
| H A D | DebugFrameDataSubsection.h | 24 static bool classof(const DebugSubsection *S) { in classof() 41 class DebugFrameDataSubsection final : public DebugSubsection { 44 : DebugSubsection(DebugSubsectionKind::FrameData), in DebugFrameDataSubsection() 46 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugSymbolsSubsection.h | 36 class DebugSymbolsSubsection final : public DebugSubsection { 38 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection() 39 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugCrossExSubsection.h | 46 class DebugCrossModuleExportsSubsection final : public DebugSubsection { 49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection() 51 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugSubsectionRecord.h | 27 class DebugSubsection; variable 53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection); 65 std::shared_ptr<DebugSubsection> Subsection;
|
| H A D | DebugCrossImpSubsection.h | 69 class DebugCrossModuleImportsSubsection final : public DebugSubsection { 73 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 76 static bool classof(const DebugSubsection *S) {
|
| H A D | DebugSymbolRVASubsection.h | 45 class DebugSymbolRVASubsection final : public DebugSubsection { 49 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugStringTableSubsection.h | 56 class DebugStringTableSubsection : public DebugSubsection { 60 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugChecksumsSubsection.h | 75 class DebugChecksumsSubsection final : public DebugSubsection { 79 static bool classof(const DebugSubsection *S) {
|
| H A D | DebugInlineeLinesSubsection.h | 88 class DebugInlineeLinesSubsection final : public DebugSubsection { 98 static bool classof(const DebugSubsection *S) {
|
| H A D | DebugLinesSubsection.h | 105 class DebugLinesSubsection final : public DebugSubsection { 119 static bool classof(const DebugSubsection *S) { in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 110 std::shared_ptr<DebugSubsection> 124 std::shared_ptr<DebugSubsection> 140 std::shared_ptr<DebugSubsection> 156 std::shared_ptr<DebugSubsection> 170 std::shared_ptr<DebugSubsection> 184 std::shared_ptr<DebugSubsection> 442 std::shared_ptr<DebugSubsection> 463 std::shared_ptr<DebugSubsection> 473 std::shared_ptr<DebugSubsection> 498 std::shared_ptr<DebugSubsection> [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSubsection.cpp | 15 DebugSubsection::~DebugSubsection() {} in ~DebugSubsection()
|
| H A D | DebugSymbolRVASubsection.cpp | 27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
|
| H A D | DebugSubsectionRecord.cpp | 53 std::shared_ptr<DebugSubsection> Subsection) in DebugSubsectionRecordBuilder()
|
| H A D | DebugStringTableSubsection.cpp | 45 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
|
| H A D | DebugInlineeLinesSubsection.cpp | 63 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
|
| H A D | DebugChecksumsSubsection.cpp | 65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
|
| H A D | DebugLinesSubsection.cpp | 73 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 120 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.h | 102 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.cpp | 210 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 841 class UnrelocatedDebugSubsection : public DebugSubsection { 845 : DebugSubsection(k), debugChunk(debugChunk), subsec(subsec), in UnrelocatedDebugSubsection()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 457 SRCS_MIN+= DebugInfo/CodeView/DebugSubsection.cpp
|