Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp38 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings()
39 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()
40 Strings = OwnedStrings.get(); in initializeStrings()
49 OwnedStrings.reset(); in resetStrings()
60 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings()
61 *OwnedStrings = StringsRef; in setStrings()
62 Strings = OwnedStrings.get(); in setStrings()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h75 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; variable