Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h32 const DebugChecksumsSubsectionRef &Checksums);
35 void setChecksums(const DebugChecksumsSubsectionRef &CS);
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums()
76 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
DDebugSubsectionVisitor.h23 class DebugChecksumsSubsectionRef; variable
45 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
104 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
DDebugChecksumsSubsection.h50 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef {
55 DebugChecksumsSubsectionRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp30 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef()
66 const DebugChecksumsSubsectionRef &CS) { in setChecksums()
67 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums()
78 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
DDebugChecksumsSubsection.cpp52 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
59 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
DDebugSubsectionVisitor.cpp42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp111 Expected<codeview::DebugChecksumsSubsectionRef>
113 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp116 const DebugChecksumsSubsectionRef &FC);
130 const DebugChecksumsSubsectionRef &Checksums,
146 const DebugChecksumsSubsectionRef &Checksums,
557 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName()
568 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection()
583 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()
621 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection()
772 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums,
810 DebugChecksumsSubsectionRef &Checksums, in visitFileChecksums()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h63 Expected<codeview::DebugChecksumsSubsectionRef>
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp176 DebugChecksumsSubsectionRef CVFileChecksumTable;
1151 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()