Home
last modified time | relevance | path

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

/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()
/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.cpp41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h24 class DebugChecksumsSubsectionRef; variable
70 Expected<codeview::DebugChecksumsSubsectionRef>
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp131 Expected<codeview::DebugChecksumsSubsectionRef> in commit()
133 codeview::DebugChecksumsSubsectionRef Result;
H A DNativeInlineSiteSymbol.cpp199 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
H A DSymbolCache.cpp565 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp113 const DebugChecksumsSubsectionRef &FC);
127 const DebugChecksumsSubsectionRef &Checksums,
143 const DebugChecksumsSubsectionRef &Checksums,
554 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) {
565 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection()
580 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()
618 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()
769 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
807 DebugChecksumsSubsectionRef &Checksums,
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h166 DebugChecksumsSubsectionRef CVFileChecksumTable;
/llvm-project/lld/COFF/
H A DPDB.cpp202 DebugChecksumsSubsectionRef checksums;
916 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName()
1765 DebugChecksumsSubsectionRef &checksums, in findLineTable()
1850 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp188 DebugChecksumsSubsectionRef CVFileChecksumTable;
1420 DebugChecksumsSubsectionRef Checksums; in getFileNameForFileOffset()