HomeSort by: relevance | last modified time | path
    Searched refs:DebugChecksumsSubsection (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugChecksumsSubsection.cpp 1 //===- DebugChecksumsSubsection.cpp ---------------------------------------===//
9 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
63 DebugChecksumsSubsection::DebugChecksumsSubsection(
67 void DebugChecksumsSubsection::addChecksum(StringRef FileName,
90 uint32_t DebugChecksumsSubsection::calculateSerializedSize() const {
94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const {
110 uint32_t DebugChecksumsSubsection::mapChecksumOffset(StringRef FileName) const {
DebugInlineeLinesSubsection.cpp 12 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles)
DebugLinesSubsection.cpp 13 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 29 class DebugChecksumsSubsection;
95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
115 DebugChecksumsSubsection &Checksums;
DebugLinesSubsection.h 27 class DebugChecksumsSubsection;
116 DebugLinesSubsection(DebugChecksumsSubsection &Checksums,
138 DebugChecksumsSubsection &Checksums;
DebugChecksumsSubsection.h 1 //===- DebugChecksumsSubsection.h -------------------------------*- C++ -*-===//
75 class DebugChecksumsSubsection final : public DebugSubsection {
77 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
StringsAndChecksums.h 13 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
84 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
  /src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
Makefile 15 DebugChecksumsSubsection.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 21 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings());
953 std::static_pointer_cast<DebugChecksumsSubsection>(Result));

Completed in 24 milliseconds