Searched refs:DebugSubsectionRecord (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsectionRecord.h | 36 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 D | StringsAndChecksums.h | 42 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize() 72 void initializeStrings(const DebugSubsectionRecord &SR); 73 void initializeChecksums(const DebugSubsectionRecord &FCR);
|
| H A D | DebugSubsectionVisitor.h | 24 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 D | DebugSubsectionRecord.cpp | 24 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 D | StringsAndChecksums.cpp | 34 const DebugSubsectionRecord &SR) { in initializeStrings() 73 const DebugSubsectionRecord &FCR) { in initializeChecksums()
|
| H A D | DebugSubsectionVisitor.cpp | 30 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.h | 60 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 114 const codeview::DebugSubsectionRecord &SS);
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.cpp | 187 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 403 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 D | CodeViewYAMLDebugSections.cpp | 893 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1048 for (const DebugSubsectionRecord &dssr : in ParseLineTable()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 389 SRCS_EXT+= DebugInfo/CodeView/DebugSubsectionRecord.cpp
|