Home
last modified time | relevance | path

Searched refs:XMLEncodeAttributeValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h239 static std::string XMLEncodeAttributeValue(llvm::StringRef value);
DGDBRemoteCommunicationServerLLGS.cpp2955 XMLEncodeAttributeValue(library.name.c_str()).c_str()); in ReadXferObject()
3725 std::string GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue( in XMLEncodeAttributeValue() function in GDBRemoteCommunicationServerLLGS