Searched refs:BlockRanges (Results 1 – 1 of 1) sorted by relevance
159 std::map<void *, BlockRange> BlockRanges; member in __anon5e3e244d0111::COFFPlatformRuntimeState542 assert(!BlockRanges.count(Range.Start.toPtr<void *>()) && in registerBlockRange()545 BlockRanges.emplace(Range.Start.toPtr<void *>(), B); in registerBlockRange()551 assert(BlockRanges.count(Range.Start.toPtr<void *>()) && in deregisterBlockRange()553 BlockRanges.erase(Range.Start.toPtr<void *>()); in deregisterBlockRange()587 auto It = BlockRanges.upper_bound(reinterpret_cast<void *>(PC)); in findJITDylibBaseByPC()588 if (It == BlockRanges.begin()) in findJITDylibBaseByPC()