Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp65 auto Base = AI.MappingBase + Segment.Offset; in initialize()
90 Reservations[AI.MappingBase.toPtr<void *>()].Allocations.push_back(MinAddr); in initialize()
288 auto Reservation = Reservations.find(AI.MappingBase); in initialize()
306 SegReq.Addr = AI.MappingBase + Segment.Offset; in initialize()
324 SAs.Instance, AI.MappingBase, std::move(FR)); in initialize()
H A DMapperJITLinkMemoryManager.cpp31 AI.MappingBase = AllocAddr; in finalize()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DMemoryMapperTest.cpp97 Alloc1.MappingBase = Mem1->Start; in TEST()
121 Alloc2.MappingBase = Mem1->Start; in TEST()
173 Alloc3.MappingBase = Mem2->Start; in TEST()
H A DSharedMemoryMapperTest.cpp86 AI.MappingBase = Reservation.Start; in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h38 ExecutorAddr MappingBase; member