Home
last modified time | relevance | path

Searched refs:AllocResult (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
146 using OnAllocatedFunction = unique_function<void(AllocResult)>;
163 AllocResult allocate(const JITLinkDylib *JD, LinkGraph &G) { in allocate()
166 allocate(JD, G, [&](AllocResult Alloc) { in allocate()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.h42 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
72 void linkPhase2(std::unique_ptr<JITLinkerBase> Self, AllocResult AR);
HDJITLinkGeneric.cpp61 [S = std::move(Self)](AllocResult AR) mutable { in linkPhase1()
71 AllocResult AR) { in linkPhase2()
HDJITLinkMemoryManager.cpp193 JITLinkMemoryManager::AllocResult Alloc) mutable { in Create()