Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp63 bool SetMangledCounterparts(const char *key_ccstr, const char *value_ccstr) { in SetMangledCounterparts() argument
64 if (key_ccstr != nullptr && value_ccstr != nullptr) { in SetMangledCounterparts()
68 GetStringMapEntryFromKeyData(key_ccstr).setValue(value_ccstr); in SetMangledCounterparts()
71 const uint8_t h = hash(llvm::StringRef(value_ccstr)); in SetMangledCounterparts()
73 GetStringMapEntryFromKeyData(value_ccstr).setValue(key_ccstr); in SetMangledCounterparts()