Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h31 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 DDebugSubsectionVisitor.h20 class DebugChecksumsSubsectionRef; variable
41 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
100 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
H A DDebugChecksumsSubsection.h49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
54 DebugChecksumsSubsectionRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp29 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 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp132 Expected<codeview::DebugChecksumsSubsectionRef>
134 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
H A DNativeInlineSiteSymbol.cpp141 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
H A DSymbolCache.cpp556 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h67 Expected<codeview::DebugChecksumsSubsectionRef>
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp186 DebugChecksumsSubsectionRef CVFileChecksumTable;
1228 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()