Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h19 class DebugChecksumsSubsectionRef; variable
33 const DebugChecksumsSubsectionRef &Checksums);
36 void setChecksums(const DebugChecksumsSubsectionRef &CS);
67 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums()
77 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;
80 const DebugChecksumsSubsectionRef *Checksums = nullptr;
H A DDebugSubsectionVisitor.h19 class DebugChecksumsSubsectionRef; variable
40 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
99 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
H A DDebugChecksumsSubsection.h51 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
56 DebugChecksumsSubsectionRef()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp28 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef()
64 const DebugChecksumsSubsectionRef &CS) { in setChecksums()
65 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums()
76 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
H A DDebugChecksumsSubsection.cpp51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
58 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
H A DDebugSubsectionVisitor.cpp42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h24 class DebugChecksumsSubsectionRef; variable
70 Expected<codeview::DebugChecksumsSubsectionRef>
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp133 Expected<codeview::DebugChecksumsSubsectionRef>
135 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
H A DNativeInlineSiteSymbol.cpp199 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
H A DSymbolCache.cpp561 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp115 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h166 DebugChecksumsSubsectionRef CVFileChecksumTable;
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp201 DebugChecksumsSubsectionRef checksums;
911 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName()
1751 DebugChecksumsSubsectionRef &checksums, in findLineTable()
1836 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp188 DebugChecksumsSubsectionRef CVFileChecksumTable;
1377 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()