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.h20 class DebugChecksumsSubsectionRef; variable
35 const DebugChecksumsSubsectionRef &Checksums);
38 LLVM_ABI void setChecksums(const DebugChecksumsSubsectionRef &CS);
69 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums()
79 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;
82 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.h52 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
57 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.cpp41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h25 class DebugChecksumsSubsectionRef; variable
71 LLVM_ABI Expected<codeview::DebugChecksumsSubsectionRef>
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp131 Expected<codeview::DebugChecksumsSubsectionRef>
133 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
H A DNativeInlineSiteSymbol.cpp199 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
H A DSymbolCache.cpp565 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
/freebsd/contrib/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) { in getFileName()
565 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection()
580 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()
618 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()
767 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
805 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.cpp192 DebugChecksumsSubsectionRef checksums;
906 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName()
1758 DebugChecksumsSubsectionRef &checksums, in findLineTable()
1843 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp189 DebugChecksumsSubsectionRef CVFileChecksumTable;
1423 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()