Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp70 static size_t GetConstCStringLength(const char *ccstr) { in GetConstCStringLength() argument
71 if (ccstr != nullptr) { in GetConstCStringLength()
74 const StringPoolEntryType &entry = GetStringMapEntryFromKeyData(ccstr); in GetConstCStringLength()
80 StringPoolValueType GetMangledCounterpart(const char *ccstr) { in GetMangledCounterpart() argument
81 if (ccstr != nullptr) { in GetMangledCounterpart()
82 const PoolEntry &pool = selectPool(llvm::StringRef(ccstr)); in GetMangledCounterpart()
84 return GetStringMapEntryFromKeyData(ccstr).getValue(); in GetMangledCounterpart()