Home
last modified time | relevance | path

Searched refs:DebugChecksumsSubsectionRef (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h32 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 DDebugSubsectionVisitor.h23 class DebugChecksumsSubsectionRef; variable
45 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
104 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
H A DDebugChecksumsSubsection.h50 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
55 DebugChecksumsSubsectionRef()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp30 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 DDebugChecksumsSubsection.cpp52 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
59 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
H A DDebugSubsectionVisitor.cpp42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp125 Expected<codeview::DebugChecksumsSubsectionRef>
127 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp116 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 DModuleDebugStream.h68 Expected<codeview::DebugChecksumsSubsectionRef>
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp247 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 DCOFFDumper.cpp178 DebugChecksumsSubsectionRef CVFileChecksumTable;
1175 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()