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

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp42 ExecutorAddr AllocAddr, SegInfoMap Segs)
43 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {}
63 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr](
72 OnFinalize(FinalizedAlloc(AllocAddr));
90 Parent.SAs.Allocator, ArrayRef<ExecutorAddr>(AllocAddr));
96 ExecutorAddr AllocAddr; member in class:llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
112 Error SerializationErr, Expected<ExecutorAddr> AllocAddr) mutable {
114 cantFail(AllocAddr
41 InFlightAlloc(EPCGenericJITLinkMemoryManager &Parent, LinkGraph &G, ExecutorAddr AllocAddr, SegInfoMap Segs) argument
143 completeAllocation( ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) argument
[all...]
H A DMapperJITLinkMemoryManager.cpp24 ExecutorAddr AllocAddr,
26 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {}
30 AI.MappingBase = AllocAddr;
47 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize));
53 ExecutorAddr AllocAddr; member in class:llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
23 InFlightAlloc(MapperJITLinkMemoryManager &Parent, LinkGraph &G, ExecutorAddr AllocAddr, std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, argument
42 Addr = AllocAddr;
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,

Completed in 190 milliseconds