Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp278 bool XMLNode::GetElementText(std::string &text) const { in GetElementText() function in XMLNode
304 return GetElementText(text) && llvm::to_integer(text, value, base); in GetElementTextAsUnsigned()
311 return GetElementText(text) && llvm::to_float(text, value); in GetElementTextAsFloat()
420 if (key_node.GetElementText(key_name)) { in GetValueNode()
448 return node.GetElementText(value); in ExtractStringFromValueNode()
479 key_node.GetElementText(key_name); in CreatePlistValue()
499 node.GetElementText(text); in CreatePlistValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h64 bool GetElementText(std::string &text) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4730 node.GetElementText(target_info.arch); in GetGDBServerRegisterInfoXMLAndProcess()
4732 node.GetElementText(target_info.osabi); in GetGDBServerRegisterInfoXMLAndProcess()