Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp400 SmallString<128> StringStorage; in createHNodes() local
402 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes()
403 if (!StringStorage.empty()) { in createHNodes()
405 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
433 StringStorage.clear(); in createHNodes()
434 StringRef KeyStr = Key->getValue(StringStorage); in createHNodes()
435 if (!StringStorage.empty()) { in createHNodes()
437 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h138 StringSet<> StringStorage; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp318 CHStr = CachedHashStringRef{StringStorage.insert(S).first->getKey(), in insertString()