Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h48 using PoolMap = std::unordered_map<std::string, RefCountType>; variable
49 using PoolMapEntry = PoolMap::value_type;
51 PoolMap Pool;
139 PoolMap::iterator I;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h57 using PoolMap = StringMap<RefCountType>;
60 PoolMap Pool;
288 PoolMap::iterator I;
56 using PoolMap = StringMap<RefCountType>; global() variable