Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h36 class DebugSubsectionRecord {
38 DebugSubsectionRecord();
39 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data,
42 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info,
63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
74 DebugSubsectionRecord Contents;
81 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
83 codeview::DebugSubsectionRecord &Info) {
87 if (auto EC = codeview::DebugSubsectionRecord::initialize(
97 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DStringsAndChecksums.h42 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
72 void initializeStrings(const DebugSubsectionRecord &SR);
73 void initializeChecksums(const DebugSubsectionRecord &FCR);
H A DDebugSubsectionVisitor.h24 class DebugSubsectionRecord; variable
68 Error visitDebugSubsection(const DebugSubsectionRecord &R,
78 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp24 DebugSubsectionRecord::DebugSubsectionRecord() = default;
26 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord
31 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize()
32 DebugSubsectionRecord &Info, in initialize()
48 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength()
52 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()
54 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData()
61 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
H A DStringsAndChecksums.cpp34 const DebugSubsectionRecord &SR) { in initializeStrings()
73 const DebugSubsectionRecord &FCR) { in initializeChecksums()
H A DDebugSubsectionVisitor.cpp30 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h60 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h114 const codeview::DebugSubsectionRecord &SS);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp187 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp403 for (const DebugSubsectionRecord &SS : Subsections) { in extractPCHSignature()
1186 for (const DebugSubsectionRecord &SS : Subsections) { in handleDebugS()
1685 for (const DebugSubsectionRecord &SS : Subsections) { in findLineTable()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp893 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1048 for (const DebugSubsectionRecord &dssr : in ParseLineTable()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile389 SRCS_EXT+= DebugInfo/CodeView/DebugSubsectionRecord.cpp