Searched refs:OwnedStrings (Results 1 – 2 of 2) sorted by relevance
38 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()
75 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; variable