Searched refs:ThreadDataSections (Results 1 – 2 of 2) sorted by relevance
163 std::map<const char *, size_t> ThreadDataSections; member in __anonb364b2400111::ELFNixPlatformRuntimeState287 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()289 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()339 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()340 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()345 ThreadDataSections.insert( in registerThreadDataSection()
402 std::map<const char *, size_t> ThreadDataSections; in initialize() 550 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerObjectPlatformSections() 551 if (I != ThreadDataSections.begin()) { in registerObjectPlatformSections() 556 ThreadDataSections.insert( in registerObjectPlatformSections() 564 auto I = ThreadDataSections.find(ThreadDataSection.data()); in registerObjectPlatformSections() 565 if (I == ThreadDataSections.end()) in registerObjectPlatformSections() 568 ThreadDataSections.erase(I); in registerObjectPlatformSections() 882 auto I = ThreadDataSections.upper_bound(ThreadData); in registerObjCRegistrationObjects() 884 if (I == ThreadDataSections.begin()) in registerObjCRegistrationObjects() 366 std::map<const char *, size_t> ThreadDataSections; global() member in __anon3d23d5020211::MachOPlatformRuntimeState