Home
last modified time | relevance | path

Searched defs:AllocResult (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h43 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable