Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
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;
DDebugSubsectionVisitor.h22 class DebugChecksumsSubsectionRef; variable
44 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
103 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
DDebugChecksumsSubsection.h49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
54 DebugChecksumsSubsectionRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
DDebugChecksumsSubsection.cpp51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
58 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
DDebugSubsectionVisitor.cpp41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp132 Expected<codeview::DebugChecksumsSubsectionRef>
134 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h67 Expected<codeview::DebugChecksumsSubsectionRef>