Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp154 std::map<const char *, size_t> ThreadDataSections; member in __anon05707a170111::ELFNixPlatformRuntimeState
268 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()
270 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()
320 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()
321 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()
326 ThreadDataSections.insert( in registerThreadDataSection()
H A Dmacho_platform.cpp396 std::map<const char *, size_t> ThreadDataSections; member in __anon285a7df90211::MachOPlatformRuntimeState
504 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()
505 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()
510 ThreadDataSections.insert( in registerThreadDataSection()
518 auto I = ThreadDataSections.find(ThreadDataSection.data()); in deregisterThreadDataSection()
519 if (I == ThreadDataSections.end()) in deregisterThreadDataSection()
522 ThreadDataSections.erase(I); in deregisterThreadDataSection()
797 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()
799 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()