Searched defs:PoolEntry (Results 1 – 6 of 6) sorted by relevance
317 private static final class PoolEntry class in InstrClassLoader319 PoolEntry (final int baosCapacity, final int bufSize) in PoolEntry() method in InstrClassLoader.PoolEntry
180 struct PoolEntry { struct in Pool181 mutable llvm::sys::SmartRWMutex<false> m_mutex;182 StringPool m_string_map;
36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() function
38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() function
29 using PoolEntry = SymbolStringPtr::PoolEntry; typedef in llvm::orc::OrcV2CAPIHelper