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 LLVM_ABI std::string fixUTF8(llvm::StringRef S);
319 V = fixUTF8(std::move(V)); in Value()
331 *this = Value(fixUTF8(V)); in Value()
592 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
599 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp274 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()
709 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function
893 quote(OS, fixUTF8(Key)); in attributeBegin()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp33 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()