Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A 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()
H A DDebugFrameDataSubsection.h25 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 DDebugSymbolsSubsection.h37 class DebugSymbolsSubsection final : public DebugSubsection {
39 DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {} in DebugSymbolsSubsection()
40 static bool classof(const DebugSubsection *S) { in classof()
H A DDebugCrossExSubsection.h47 class DebugCrossModuleExportsSubsection final : public DebugSubsection {
50 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection()
52 static bool classof(const DebugSubsection *S) { in classof()
H A DDebugSubsectionRecord.h28 class DebugSubsection; variable
57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection,
71 std::shared_ptr<DebugSubsection> Subsection;
H A DDebugCrossImpSubsection.h70 class DebugCrossModuleImportsSubsection final : public DebugSubsection {
74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
77 static bool classof(const DebugSubsection *S) {
H A DDebugSymbolRVASubsection.h46 class DebugSymbolRVASubsection final : public DebugSubsection {
50 static bool classof(const DebugSubsection *S) { in classof()
H A DDebugStringTableSubsection.h57 class DebugStringTableSubsection : public DebugSubsection {
61 static bool classof(const DebugSubsection *S) { in classof()
H A DDebugChecksumsSubsection.h76 class DebugChecksumsSubsection final : public DebugSubsection {
80 static bool classof(const DebugSubsection *S) {
H A DDebugInlineeLinesSubsection.h84 class DebugInlineeLinesSubsection final : public DebugSubsection {
94 static bool classof(const DebugSubsection *S) {
H A DDebugLinesSubsection.h106 class DebugLinesSubsection final : public DebugSubsection {
120 static bool classof(const DebugSubsection *S) { in classof()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp111 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 DDebugSubsection.cpp16 DebugSubsection::~DebugSubsection() {} in ~DebugSubsection()
H A DDebugSymbolRVASubsection.cpp28 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
H A DDebugSubsectionRecord.cpp57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
H A DDebugStringTableSubsection.cpp46 : DebugSubsection(DebugSubsectionKind::StringTable) {} in DebugStringTableSubsection()
H A DDebugChecksumsSubsection.cpp66 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
H A DDebugInlineeLinesSubsection.cpp64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
H A DDebugLinesSubsection.cpp74 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h57 addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h121 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp180 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile388 SRCS_EXT+= DebugInfo/CodeView/DebugSubsection.cpp