Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h48 using PoolMap = std::unordered_map<std::string, RefCountType>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h57 using PoolMap = StringMap<RefCountType>; variable