Searched refs:ThreadDataSections (Results 1 – 1 of 1) sorted by relevance
306 std::map<const char *, size_t> ThreadDataSections; member in __anon89ec89360111::MachOPlatformRuntimeState419 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()421 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()471 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()472 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()477 ThreadDataSections.insert( in registerThreadDataSection()