Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugChecksumsSubsection.cpp64 DebugChecksumsSubsection::DebugChecksumsSubsection( in DebugChecksumsSubsection() function in DebugChecksumsSubsection
68 void DebugChecksumsSubsection::addChecksum(StringRef FileName, in addChecksum()
91 uint32_t DebugChecksumsSubsection::calculateSerializedSize() const { in calculateSerializedSize()
95 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
111 uint32_t DebugChecksumsSubsection::mapChecksumOffset(StringRef FileName) const { in mapChecksumOffset()
DCMakeLists.txt8 DebugChecksumsSubsection.cpp
DDebugInlineeLinesSubsection.cpp63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection()
DDebugLinesSubsection.cpp72 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h30 class DebugChecksumsSubsection; variable
91 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
111 DebugChecksumsSubsection &Checksums;
DDebugLinesSubsection.h28 class DebugChecksumsSubsection; variable
117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
139 DebugChecksumsSubsection &Checksums;
DDebugChecksumsSubsection.h76 class DebugChecksumsSubsection final : public DebugSubsection {
78 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
DStringsAndChecksums.h85 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp406 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()
954 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk346 llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp \
DBUILD.gn221 "llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp",
/external/swiftshader/
DCMakeLists.txt1012 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp