Searched refs:AllocAddr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.cpp | 41 ExecutorAddr AllocAddr, SegInfoMap Segs) in InFlightAlloc() 42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() argument 62 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr]( in finalize() 71 OnFinalize(FinalizedAlloc(AllocAddr)); in finalize() 89 Parent.SAs.Allocator, ArrayRef<ExecutorAddr>(AllocAddr)); in abandon() 95 ExecutorAddr AllocAddr; 111 Error SerializationErr, Expected<ExecutorAddr> AllocAddr) mutable { in allocate() 113 cantFail(AllocAddr in allocate() 96 ExecutorAddr AllocAddr; global() member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc 112 __anonbf698c0d0302( Error SerializationErr, Expected<ExecutorAddr> AllocAddr) allocate() argument 144 completeAllocation(ExecutorAddr AllocAddr,BasicLayout BL,OnAllocatedFunction OnAllocated) completeAllocation() argument [all...] |
H A D | MapperJITLinkMemoryManager.cpp | 23 ExecutorAddr AllocAddr, in InFlightAlloc() 25 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() 29 AI.MappingBase = AllocAddr; in finalize() 46 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize)); in abandon() 52 ExecutorAddr AllocAddr; 24 InFlightAlloc(MapperJITLinkMemoryManager & Parent,LinkGraph & G,ExecutorAddr AllocAddr,std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) InFlightAlloc() argument 53 ExecutorAddr AllocAddr; global() member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | common.cpp | 40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() argument 42 Addr = AllocAddr; in RecordAllocation()
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,
|