Home
last modified time | relevance | path

Searched refs:fixUTF8 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h89 std::string fixUTF8(llvm::StringRef S);
319 V = fixUTF8(std::move(V)); in Value()
331 *this = Value(fixUTF8(V)); in Value()
584 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
591 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp272 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()
707 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function
891 quote(OS, fixUTF8(Key)); in attributeBegin()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp32 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()