Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h56 using RefCountType = std::atomic<size_t>; variable
57 using PoolMap = StringMap<RefCountType>;
58 using PoolMapEntry = StringMapEntry<RefCountType>;