Home
last modified time | relevance | path

Searched refs:DebugSubsectionRecord (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h36 class DebugSubsectionRecord {
38 LLVM_ABI DebugSubsectionRecord();
39 LLVM_ABI DebugSubsectionRecord(DebugSubsectionKind Kind,
43 DebugSubsectionRecord &Info);
62 LLVM_ABI DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
74 DebugSubsectionRecord Contents;
79 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
81 codeview::DebugSubsectionRecord &Info) {
85 if (auto EC = codeview::DebugSubsectionRecord::initialize(Stream, Info))
94 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DStringsAndChecksums.h45 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
75 LLVM_ABI void initializeStrings(const DebugSubsectionRecord &SR);
76 LLVM_ABI void initializeChecksums(const DebugSubsectionRecord &FCR);
H A DDebugSubsectionVisitor.h20 class DebugSubsectionRecord; variable
63 Error visitDebugSubsection(const DebugSubsectionRecord &R,
73 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp22 DebugSubsectionRecord::DebugSubsectionRecord() = default;
24 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord
28 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize()
29 DebugSubsectionRecord &Info) { in initialize()
43 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength()
47 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()
49 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData()
56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DStringsAndChecksums.cpp32 const DebugSubsectionRecord &SR) { in initializeStrings()
71 const DebugSubsectionRecord &FCR) { in initializeChecksums()
H A DDebugSubsectionVisitor.cpp29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h114 const codeview::DebugSubsectionRecord &SS);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h104 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp217 const DebugSubsectionRecord &ss);
220 const DebugSubsectionRecord &ss);
657 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords()
763 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS()
882 const DebugSubsectionRecord &ss) { in addUnrelocatedSubsection()
893 const DebugSubsectionRecord &ss) { in addFrameDataSubsection()
1786 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
H A DInputFiles.cpp980 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp220 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp888 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1197 for (const DebugSubsectionRecord &dssr : in ParseLineTable()
/freebsd/lib/clang/libllvm/
H A DMakefile581 SRCS_MIN+= DebugInfo/CodeView/DebugSubsectionRecord.cpp