Searched defs:AllocAddr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | EPCGenericJITLinkMemoryManager.cpp | 42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() argument |
H A D | MapperJITLinkMemoryManager.cpp | 24 InFlightAlloc(MapperJITLinkMemoryManager & Parent,LinkGraph & G,ExecutorAddr AllocAddr,std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) InFlightAlloc() argument |
/llvm-project/compiler-rt/lib/gwp_asan/ | ||
H A D | common.cpp | 40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() |