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.cpp73 auto Base = AI.MappingBase + Segment.Offset; in initialize()
105 Reservations[AI.MappingBase.toPtr<void *>()].Allocations.push_back(MinAddr); in initialize()
328 auto Reservation = Reservations.upper_bound(AI.MappingBase); in initialize()
332 auto AllocationOffset = AI.MappingBase - Reservation->first; in initialize()
348 SegReq.Addr = AI.MappingBase + Segment.Offset; in initialize()
H A DMapperJITLinkMemoryManager.cpp30 AI.MappingBase = AllocAddr; in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h39 ExecutorAddr MappingBase; member