Searched refs:DebugChecksumsSubsectionRef (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 31 const DebugChecksumsSubsectionRef &Checksums); 34 void setChecksums(const DebugChecksumsSubsectionRef &CS); 65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() 75 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums; 78 const DebugChecksumsSubsectionRef *Checksums = nullptr;
|
| H A D | DebugSubsectionVisitor.h | 20 class DebugChecksumsSubsectionRef; variable 41 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 100 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
|
| H A D | DebugChecksumsSubsection.h | 49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef { 54 DebugChecksumsSubsectionRef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.cpp | 29 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef() 65 const DebugChecksumsSubsectionRef &CS) { in setChecksums() 66 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums() 77 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
|
| H A D | DebugChecksumsSubsection.cpp | 51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize() 58 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
|
| H A D | DebugSubsectionVisitor.cpp | 41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 132 Expected<codeview::DebugChecksumsSubsectionRef> 134 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
|
| H A D | NativeInlineSiteSymbol.cpp | 141 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
|
| H A D | SymbolCache.cpp | 556 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 115 const DebugChecksumsSubsectionRef &FC); 129 const DebugChecksumsSubsectionRef &Checksums, 145 const DebugChecksumsSubsectionRef &Checksums, 556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() 567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() 582 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 620 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 771 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 809 DebugChecksumsSubsectionRef &Checksums, in visitFileChecksums()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 67 Expected<codeview::DebugChecksumsSubsectionRef>
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 206 DebugChecksumsSubsectionRef checksums; 908 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() 1699 DebugChecksumsSubsectionRef &checksums, in findLineTable() 1784 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 186 DebugChecksumsSubsectionRef CVFileChecksumTable; 1228 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()
|