Home
last modified time | relevance | path

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

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