Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp42 ExecutorAddr AllocAddr, SegInfoMap Segs) in InFlightAlloc() argument
43 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()
64 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr]( in finalize()
73 OnFinalize(FinalizedAlloc(AllocAddr)); in finalize()
91 Parent.SAs.Allocator, ArrayRef<ExecutorAddr>(AllocAddr)); in abandon()
97 ExecutorAddr AllocAddr; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
113 Error SerializationErr, Expected<ExecutorAddr> AllocAddr) mutable { in allocate() argument
115 cantFail(AllocAddr.takeError()); in allocate()
118 if (!AllocAddr) in allocate()
119 return OnAllocated(AllocAddr.takeError()); in allocate()
[all …]
H A DMapperJITLinkMemoryManager.cpp25 ExecutorAddr AllocAddr, in InFlightAlloc() argument
27 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()
31 AI.MappingBase = AllocAddr; in finalize()
47 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize)); in abandon()
53 ExecutorAddr AllocAddr; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() argument
42 Addr = AllocAddr; in RecordAllocation()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,