Searched refs:KeyStr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp374 StringRef KeyStr = SN->getValue(StringStorage); local
377 KeyStr = StringStorage.str().copy(StringAllocator);
379 return std::make_unique<ScalarHNode>(N, KeyStr);
406 StringRef KeyStr = Key->getValue(StringStorage); local
409 KeyStr = StringStorage.str().copy(StringAllocator);
414 mapHNode->Mapping[KeyStr] = std::move(ValueHNode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp368 Optional<StringRef> KeyStr;
403 KeyStr = KeyName;
406 if (!KeyStr)
411 return Argument{*KeyStr, *ValueStr, Loc};

Completed in 72 milliseconds