Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDConstString.cpp42 static size_t GetConstCStringLength(const char *ccstr) { in GetConstCStringLength() argument
43 if (ccstr != nullptr) { in GetConstCStringLength()
46 const StringPoolEntryType &entry = GetStringMapEntryFromKeyData(ccstr); in GetConstCStringLength()
52 StringPoolValueType GetMangledCounterpart(const char *ccstr) const { in GetMangledCounterpart()
53 if (ccstr != nullptr) { in GetMangledCounterpart()
54 const uint8_t h = hash(llvm::StringRef(ccstr)); in GetMangledCounterpart()
56 return GetStringMapEntryFromKeyData(ccstr).getValue(); in GetMangledCounterpart()