Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp41 ExecutorAddr AllocAddr, SegInfoMap Segs) in InFlightAlloc() argument
42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()
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; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
111 Error SerializationErr, Expected<ExecutorAddr> AllocAddr) mutable { in allocate() argument
113 cantFail(AllocAddr.takeError()); in allocate()
116 if (!AllocAddr) in allocate()
117 return OnAllocated(AllocAddr.takeError()); in allocate()
[all …]
H A DMapperJITLinkMemoryManager.cpp23 ExecutorAddr AllocAddr, in InFlightAlloc() argument
25 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()
29 AI.MappingBase = AllocAddr; in finalize()
46 Parent.Mapper->deinitialize({AllocAddr}, std::move(OnFinalize)); in abandon()
52 ExecutorAddr AllocAddr; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() argument
42 Addr = AllocAddr; in RecordAllocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h59 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,