Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h35 class DebugSubsectionRecord {
37 DebugSubsectionRecord();
38 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data);
40 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info);
58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
69 DebugSubsectionRecord Contents;
74 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
76 codeview::DebugSubsectionRecord &Info) {
80 if (auto EC = codeview::DebugSubsectionRecord::initialize(Stream, Info))
89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DStringsAndChecksums.h41 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
71 void initializeStrings(const DebugSubsectionRecord &SR);
72 void initializeChecksums(const DebugSubsectionRecord &FCR);
H A DDebugSubsectionVisitor.h21 class DebugSubsectionRecord; variable
64 Error visitDebugSubsection(const DebugSubsectionRecord &R,
74 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp23 DebugSubsectionRecord::DebugSubsectionRecord() = default;
25 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord
29 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize()
30 DebugSubsectionRecord &Info) { in initialize()
44 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength()
48 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()
50 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData()
57 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DStringsAndChecksums.cpp33 const DebugSubsectionRecord &SR) { in initializeStrings()
72 const DebugSubsectionRecord &FCR) { in initializeChecksums()
H A DCMakeLists.txt16 DebugSubsectionRecord.cpp
H A DDebugSubsectionVisitor.cpp29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn22 "DebugSubsectionRecord.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
H A DMakefile23 DebugSubsectionRecord.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h113 const codeview::DebugSubsectionRecord &SS);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h105 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp216 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()