Home
last modified time | relevance | path

Searched refs:OwnedChecksums (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp54 OwnedChecksums.reset(); in resetChecksums()
67 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums()
68 *OwnedChecksums = CS; in setChecksums()
69 Checksums = OwnedChecksums.get(); in setChecksums()
78 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
79 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
80 Checksums = OwnedChecksums.get(); in initializeChecksums()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h76 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums; variable