Home
last modified time | relevance | path

Searched defs:AllocationMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
DIRMemoryMap.h120 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp23 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; in allocate() typedef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h334 using AllocationMap = DenseMap<unsigned, sys::MemoryBlock>; variable