| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A 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()
|
| H A D | DebugFrameDataSubsection.h | 25 static bool classof(const DebugSubsection *S) { in classof() 42 class DebugFrameDataSubsection final : public DebugSubsection { 45 : DebugSubsection(DebugSubsectionKind::FrameData), in DebugFrameDataSubsection() 47 static bool classof(const DebugSubsection *S) { in classof()
|
| H A 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()
|
| H A D | DebugCrossExSubsection.h | 47 class DebugCrossModuleExportsSubsection final : public DebugSubsection { 50 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection() 52 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugSubsectionRecord.h | 28 class DebugSubsection; variable 57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection, 71 std::shared_ptr<DebugSubsection> Subsection;
|
| H A D | DebugCrossImpSubsection.h | 70 class DebugCrossModuleImportsSubsection final : public DebugSubsection { 74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 77 static bool classof(const DebugSubsection *S) {
|
| H A D | DebugSymbolRVASubsection.h | 46 class DebugSymbolRVASubsection final : public DebugSubsection { 50 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugStringTableSubsection.h | 57 class DebugStringTableSubsection : public DebugSubsection { 61 static bool classof(const DebugSubsection *S) { in classof()
|
| H A D | DebugChecksumsSubsection.h | 76 class DebugChecksumsSubsection final : public DebugSubsection { 80 static bool classof(const DebugSubsection *S) {
|
| H A D | DebugInlineeLinesSubsection.h | 84 class DebugInlineeLinesSubsection final : public DebugSubsection { 94 static bool classof(const DebugSubsection *S) {
|
| H A D | DebugLinesSubsection.h | 106 class DebugLinesSubsection final : public DebugSubsection { 120 static bool classof(const DebugSubsection *S) { in classof()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 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> 443 std::shared_ptr<DebugSubsection> 464 std::shared_ptr<DebugSubsection> 474 std::shared_ptr<DebugSubsection> 499 std::shared_ptr<DebugSubsection> [all …]
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSubsection.cpp | 16 DebugSubsection::~DebugSubsection() {} in ~DebugSubsection()
|
| H A D | DebugSymbolRVASubsection.cpp | 28 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
|
| H A D | DebugSubsectionRecord.cpp | 57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
|
| H A D | DebugStringTableSubsection.cpp | 46 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
|
| H A D | DebugChecksumsSubsection.cpp | 66 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
|
| H A D | DebugInlineeLinesSubsection.cpp | 64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
|
| H A D | DebugLinesSubsection.cpp | 74 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.h | 57 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 121 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.cpp | 180 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 388 SRCS_EXT+= DebugInfo/CodeView/DebugSubsection.cpp
|