Home
last modified time | relevance | path

Searched defs:AllocAddr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() argument
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 DMapperJITLinkMemoryManager.cpp24 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 Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation()