/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.h | 35 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 D | StringsAndChecksums.h | 43 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize() 73 void initializeStrings(const DebugSubsectionRecord &SR); 74 void initializeChecksums(const DebugSubsectionRecord &FCR);
|
H A D | DebugSubsectionVisitor.h | 20 class DebugSubsectionRecord; variable 63 Error visitDebugSubsection(const DebugSubsectionRecord &R, 73 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.cpp | 22 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 D | StringsAndChecksums.cpp | 32 const DebugSubsectionRecord &SR) { in initializeStrings() 71 const DebugSubsectionRecord &FCR) { in initializeChecksums()
|
H A D | CMakeLists.txt | 16 DebugSubsectionRecord.cpp
|
H A D | DebugSubsectionVisitor.cpp | 30 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
H A D | BUILD.gn | 22 "DebugSubsectionRecord.cpp",
|
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/ |
H A D | Makefile | 22 DebugSubsectionRecord.cpp \
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 113 const codeview::DebugSubsectionRecord &SS);
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 103 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | PDB.cpp | 227 const DebugSubsectionRecord &ss); 230 const DebugSubsectionRecord &ss); 666 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords() 772 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS() 890 const DebugSubsectionRecord &ss) { in addUnrelocatedSubsection() 901 const DebugSubsectionRecord &ss) { in addFrameDataSubsection() 1745 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
|
H A D | InputFiles.cpp | 714 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 220 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1197 for (const DebugSubsectionRecord &dssr : in ParseLineTable()
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 1522 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.macppc | 1521 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.loongson | 1521 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.octeon | 1521 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.arm64 | 1522 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.powerpc64 | 1520 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.armv7 | 1520 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.i386 | 1520 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|
H A D | clang.sparc64 | 1521 ./usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
|