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.cpp402 SmallString<128> StringStorage; in createHNodes() local
406 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes()
407 if (!StringStorage.empty()) { in createHNodes()
409 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
443 StringStorage.clear(); in createHNodes()
444 StringRef KeyStr = Key->getValue(StringStorage); in createHNodes()
445 if (!StringStorage.empty()) { in createHNodes()
447 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h139 StringSet<> StringStorage; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp328 CHStr = CachedHashStringRef{StringStorage.insert(S).first->getKey(), in insertString()