Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCGenericJITLinkMemoryManager.cpp102 OnAllocatedFunction OnAllocated) { in allocate() argument
107 return OnAllocated(Pages.takeError()); in allocate()
111 [this, BL = std::move(BL), OnAllocated = std::move(OnAllocated)]( in allocate()
115 return OnAllocated(std::move(SerializationErr)); in allocate()
118 return OnAllocated(AllocAddr.takeError()); in allocate()
120 completeAllocation(*AllocAddr, std::move(BL), std::move(OnAllocated)); in allocate()
144 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation() argument
166 return OnAllocated(std::move(Err)); in completeAllocation()
168 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
DMapperJITLinkMemoryManager.cpp63 OnAllocatedFunction OnAllocated) { in allocate() argument
69 OnAllocated(SegsSizes.takeError()); in allocate()
76 OnAllocated = std::move(OnAllocated)]( in allocate()
80 return OnAllocated(Result.takeError()); in allocate()
117 OnAllocated(std::move(Err)); in allocate()
121 OnAllocated(std::make_unique<InFlightAlloc>(*this, G, Result->Start, in allocate()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp313 OnAllocatedFunction OnAllocated) { in allocate() argument
317 OnAllocated(make_error<StringError>("Page size is not a power of 2", in allocate()
328 OnAllocated(SegsSizes.takeError()); in allocate()
335 OnAllocated(make_error<JITLinkError>( in allocate()
362 OnAllocated(errorCodeToError(EC)); in allocate()
411 OnAllocated(std::move(Err)); in allocate()
415 OnAllocated(std::make_unique<IPInFlightAlloc>(*this, G, std::move(BL), in allocate()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DEPCGenericJITLinkMemoryManager.h43 OnAllocatedFunction OnAllocated) override;
58 OnAllocatedFunction OnAllocated);
DMapperJITLinkMemoryManager.h40 OnAllocatedFunction OnAllocated) override;
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h160 OnAllocatedFunction OnAllocated) = 0;
366 OnAllocatedFunction OnAllocated) override;