Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp401 SmallString<128> StringStorage; in createHNodes() local
405 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes()
406 if (!StringStorage.empty()) { in createHNodes()
408 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
442 StringStorage.clear(); in createHNodes()
443 StringRef KeyStr = Key->getValue(StringStorage); in createHNodes()
444 if (!StringStorage.empty()) { in createHNodes()
446 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h140 StringSet<> StringStorage; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp378 CHStr = CachedHashStringRef{StringStorage.insert(S).first->getKey(), in insertString()