Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp164 std::map<const char *, size_t> ThreadDataSections; member in __anonb364b2400111::ELFNixPlatformRuntimeState
378 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()
380 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()
413 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()
414 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()
419 ThreadDataSections.insert( in registerThreadDataSection()
H A Dmacho_platform.cpp326 std::map<const char *, size_t> ThreadDataSections; member in __anon3d23d5020211::MachOPlatformRuntimeState
474 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()
475 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()
480 ThreadDataSections.insert( in registerThreadDataSection()
488 auto I = ThreadDataSections.find(ThreadDataSection.data()); in deregisterThreadDataSection()
489 if (I == ThreadDataSections.end()) in deregisterThreadDataSection()
492 ThreadDataSections.erase(I); in deregisterThreadDataSection()
826 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()
828 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()