Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
63 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr]( in finalize()
72 OnFinalize(FinalizedAlloc(AllocAddr)); in finalize()
90 Parent.SAs.Allocator, ArrayRef<ExecutorAddr>(AllocAddr)); in abandon()
96 ExecutorAddr AllocAddr; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
112 Error SerializationErr, Expected<ExecutorAddr> AllocAddr) mutable { in allocate() argument
114 cantFail(AllocAddr.takeError()); in allocate()
117 if (!AllocAddr) in allocate()
118 return OnAllocated(AllocAddr.takeError()); in allocate()
[all …]
H A DMapperJITLinkMemoryManager.cpp24 ExecutorAddr AllocAddr, in InFlightAlloc() argument
26 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc()
30 AI.MappingBase = AllocAddr; in finalize()
47 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize)); in abandon()
53 ExecutorAddr AllocAddr; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() argument
42 Addr = AllocAddr; in RecordAllocation()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,