Home
last modified time | relevance | path

Searched refs:OnAllocated (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp101 OnAllocatedFunction OnAllocated) { in allocate() argument
106 return OnAllocated(Pages.takeError()); in allocate()
110 [this, BL = std::move(BL), OnAllocated = std::move(OnAllocated)]( in allocate()
114 return OnAllocated(std::move(SerializationErr)); in allocate()
117 return OnAllocated(AllocAddr.takeError()); in allocate()
119 completeAllocation(*AllocAddr, std::move(BL), std::move(OnAllocated)); in allocate()
143 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation() argument
165 return OnAllocated(std::move(Err)); in completeAllocation()
167 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp62 OnAllocatedFunction OnAllocated) { in allocate() argument
68 OnAllocated(SegsSizes.takeError()); in allocate()
75 OnAllocated = std::move(OnAllocated)]( in allocate()
79 return OnAllocated(Result.takeError()); in allocate()
116 OnAllocated(std::move(Err)); in allocate()
120 OnAllocated(std::make_unique<InFlightAlloc>(*this, G, Result->Start, in allocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h45 OnAllocatedFunction OnAllocated) override;
60 OnAllocatedFunction OnAllocated);
H A DMapperJITLinkMemoryManager.h42 OnAllocatedFunction OnAllocated) override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp357 OnAllocatedFunction OnAllocated) { in allocate() argument
364 OnAllocated(SegsSizes.takeError()); in allocate()
371 OnAllocated(make_error<JITLinkError>( in allocate()
398 OnAllocated(errorCodeToError(EC)); in allocate()
446 OnAllocated(std::move(Err)); in allocate()
450 OnAllocated(std::make_unique<IPInFlightAlloc>(*this, G, std::move(BL), in allocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h164 OnAllocatedFunction OnAllocated) = 0;
376 OnAllocatedFunction OnAllocated) override;