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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
StringsAndChecksums.cpp 53 OwnedChecksums.reset();
66 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>();
67 *OwnedChecksums = CS;
68 Checksums = OwnedChecksums.get();
77 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>();
78 consumeError(OwnedChecksums->initialize(FCR.getRecordData()));
79 Checksums = OwnedChecksums.get();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 75 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;

Completed in 14 milliseconds