Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp39 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()
1151 std::string key_utf8 = llvm::json::fixUTF8(key); in FilterAndGetValueForKey()
1164 out.try_emplace(key_utf8, llvm::json::fixUTF8(contents.GetData())); in FilterAndGetValueForKey()
1174 out.try_emplace(key_utf8, llvm::json::fixUTF8(str)); in FilterAndGetValueForKey()
1179 out.try_emplace(key_utf8, llvm::json::fixUTF8(contents.GetData())); in FilterAndGetValueForKey()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h83 std::string fixUTF8(llvm::StringRef S);
313 V = fixUTF8(std::move(V)); in Value()
325 *this = Value(fixUTF8(V)); in Value()
563 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
570 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp272 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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp29 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()