• Home
  • Raw
  • Download

Lines Matching refs:StringPool

21     typedef llvm::StringMap<StringPoolValueType, llvm::BumpPtrAllocator> StringPool;  typedef in Pool
167 typedef StringPool::iterator iterator;
168 typedef StringPool::const_iterator const_iterator;
174 StringPool m_string_map;
193 StringPool() in StringPool() function
211 m_string (StringPool().GetConstCString (cstr)) in ConstString()
216 m_string (StringPool().GetConstCStringWithLength (cstr, cstr_len)) in ConstString()
221 m_string (StringPool().GetConstCStringWithLength (s.data(), s.size())) in ConstString()
231 llvm::StringRef lhs_string_ref (m_string, StringPool().GetConstCStringLength (m_string)); in operator <()
232 … llvm::StringRef rhs_string_ref (rhs.m_string, StringPool().GetConstCStringLength (rhs.m_string)); in operator <()
255 return StringPool().GetConstCStringLength (m_string); in GetLength()
268 llvm::StringRef lhs_string_ref (lhs_cstr, StringPool().GetConstCStringLength (lhs_cstr)); in Compare()
269 llvm::StringRef rhs_string_ref (rhs_cstr, StringPool().GetConstCStringLength (rhs_cstr)); in Compare()
303 m_string = StringPool().GetConstCString (cstr); in SetCString()
309 m_string = StringPool().GetConstCStringWithLength (s.data(), s.size()); in SetString()
315 m_string = StringPool().GetConstCStringAndSetMangledCounterPart (demangled, mangled.m_string); in SetCStringWithMangledCounterpart()
321 counterpart.m_string = StringPool().GetMangledCounterpart(m_string); in GetMangledCounterpart()
328 m_string = StringPool().GetConstCStringWithLength(cstr, cstr_len); in SetCStringWithLength()
334 m_string = StringPool().GetConstTrimmedCStringWithLength (cstr, cstr_len); in SetTrimmedCStringWithLength()
341 return StringPool().MemorySize(); in StaticMemorySize()