Home
last modified time | relevance | path

Searched refs:AllocationsMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h49 using AllocationsMap = DenseMap<void *, Allocation>; variable
63 AllocationsMap Allocations;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp188 AllocationsMap AM; in shutdown()