Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h47 using RefCountType = std::atomic<size_t>;
48 using PoolMap = std::unordered_map<std::string, RefCountType>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h58 using RefCountType = std::atomic<size_t>; variable
59 using PoolMap = StringMap<RefCountType>;
60 using PoolMapEntry = StringMapEntry<RefCountType>;