Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h284 static std::string XMLEncodeAttributeValue(llvm::StringRef value);
H A DGDBRemoteCommunicationServerLLGS.cpp3200 XMLEncodeAttributeValue(library.name.c_str()).c_str()); in ReadXferObject()
4174 std::string GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue( in XMLEncodeAttributeValue() function in GDBRemoteCommunicationServerLLGS