Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp56 static StringRef getInternalizedString(StringRef VolatileStr) { in getInternalizedString() argument
58 return StringCache.insert(VolatileStr).first->getKey(); in getInternalizedString()
H A DCodeGen.cpp615 StringRef getInternalizedString(std::string VolatileStr) { in getInternalizedString() argument
617 return StringCache.insert(std::move(VolatileStr)).first->getKey(); in getInternalizedString()