Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp101 const char *GetConstCStringWithStringRef(const llvm::StringRef &string_ref) { in GetConstCStringWithStringRef() argument
102 if (string_ref.data()) { in GetConstCStringWithStringRef()
103 const uint8_t h = hash(string_ref); in GetConstCStringWithStringRef()
107 auto it = m_string_pools[h].m_string_map.find(string_ref); in GetConstCStringWithStringRef()
115 .m_string_map.insert(std::make_pair(string_ref, nullptr)) in GetConstCStringWithStringRef()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__string1139 // This would be a nice place for a string_ref