Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp26 class IPMMAlloc : public Allocation { in allocate() class
28 IPMMAlloc(AllocationMap SegBlocks) : SegBlocks(std::move(SegBlocks)) {} in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp350 class IPMMAlloc : public Allocation { in allocate() class
352 IPMMAlloc(JITLinkSlabAllocator &Parent, AllocationMap SegBlocks) in allocate() function in llvm::JITLinkSlabAllocator::allocate::IPMMAlloc