HomeSort by: relevance | last modified time | path
    Searched refs:StringStorage (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLTraits.cpp 400 SmallString<128> StringStorage;
402 StringRef KeyStr = SN->getValue(StringStorage);
403 if (!StringStorage.empty()) {
405 KeyStr = StringStorage.str().copy(StringAllocator);
433 StringStorage.clear();
434 StringRef KeyStr = Key->getValue(StringStorage);
435 if (!StringStorage.empty()) {
437 KeyStr = StringStorage.str().copy(StringAllocator);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
GsymCreator.h 139 StringSet<> StringStorage;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymCreator.cpp 308 CHStr = CachedHashStringRef{StringStorage.insert(S).first->getKey(),
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 356 SmallString<64> StringStorage;
359 return std::string(S->getValue(StringStorage));

Completed in 18 milliseconds