HomeSort by relevance Sort by last modified time
    Searched refs:ValueCopy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
YAMLTraits.cpp 339 StringRef ValueCopy = BSN->getValue().copy(StringAllocator);
340 return llvm::make_unique<ScalarHNode>(N, ValueCopy);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
YAMLTraits.cpp 364 StringRef ValueCopy = BSN->getValue().copy(StringAllocator);
365 return llvm::make_unique<ScalarHNode>(N, ValueCopy);

Completed in 691 milliseconds