Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp306 std::map<const char *, size_t> ThreadDataSections; member in __anon89ec89360111::MachOPlatformRuntimeState
419 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()