Searched refs:OwnedStrings (Results 1 – 2 of 2) sorted by relevance
36 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings()37 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()38 Strings = OwnedStrings.get(); in initializeStrings()47 OwnedStrings.reset(); in resetStrings()58 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings()59 *OwnedStrings = StringsRef; in setStrings()60 Strings = OwnedStrings.get(); in setStrings()
76 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; variable