Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DConstString.cpp101 const char *GetConstCStringWithStringRef(llvm::StringRef string_ref) { in GetConstCStringWithStringRef() argument
102 if (string_ref.data()) { in GetConstCStringWithStringRef()
103 const uint32_t string_hash = StringPool::hash(string_ref); in GetConstCStringWithStringRef()
108 auto it = pool.m_string_map.find(string_ref, string_hash); in GetConstCStringWithStringRef()
116 .insert(std::make_pair(string_ref, nullptr), string_hash) in GetConstCStringWithStringRef()
/llvm-project/llvm/utils/gdb-scripts/
H A Dprettyprinters.py263 string_ref = gdb.Value(
267 yield "key", string_ref