Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp159 std::map<void *, BlockRange> BlockRanges; member in __anon5e3e244d0111::COFFPlatformRuntimeState
542 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()