Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp72 auto Base = AI.MappingBase + Segment.Offset; in initialize()
114 Reservations[AI.MappingBase.toPtr<void *>()].Allocations.push_back(MinAddr); in initialize()
339 auto Reservation = Reservations.upper_bound(AI.MappingBase); in initialize()
343 auto AllocationOffset = AI.MappingBase - Reservation->first; in initialize()
359 SegReq.Addr = AI.MappingBase + Segment.Offset; in initialize()
H A DMapperJITLinkMemoryManager.cpp29 AI.MappingBase = AllocAddr; in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h40 ExecutorAddr MappingBase; member