Searched refs:DebugChecksumsSubsectionRef (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 32 const DebugChecksumsSubsectionRef &Checksums); 35 void setChecksums(const DebugChecksumsSubsectionRef &CS); 66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() 76 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums; 79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
|
| H A D | DebugSubsectionVisitor.h | 23 class DebugChecksumsSubsectionRef; variable 45 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 104 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
|
| H A D | DebugChecksumsSubsection.h | 50 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef { 55 DebugChecksumsSubsectionRef()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.cpp | 30 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef() 66 const DebugChecksumsSubsectionRef &CS) { in setChecksums() 67 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums() 78 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
|
| H A D | DebugChecksumsSubsection.cpp | 52 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize() 59 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
|
| H A D | DebugSubsectionVisitor.cpp | 42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 125 Expected<codeview::DebugChecksumsSubsectionRef> 127 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 116 const DebugChecksumsSubsectionRef &FC); 130 const DebugChecksumsSubsectionRef &Checksums, 146 const DebugChecksumsSubsectionRef &Checksums, 557 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() 568 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() 583 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 621 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 772 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 810 DebugChecksumsSubsectionRef &Checksums, in visitFileChecksums()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 68 Expected<codeview::DebugChecksumsSubsectionRef>
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 247 DebugChecksumsSubsectionRef Checksums; 1627 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() 1657 DebugChecksumsSubsectionRef &Checksums, in findLineTable() 1742 DebugChecksumsSubsectionRef Checksums; in getFileLine()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 178 DebugChecksumsSubsectionRef CVFileChecksumTable; 1175 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()
|