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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp282 bool XMLNode::GetElementText(std::string &text) const { function in class:XMLNode
309 if (GetElementText(text))
323 if (GetElementText(text)) {
440 if (key_node.GetElementText(key_name)) {
468 return node.GetElementText(value);
501 key_node.GetElementText(key_name);
521 node.GetElementText(text);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h64 bool GetElementText(std::string &text) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4506 node.GetElementText(target_info.arch);
4508 node.GetElementText(target_info.osabi);

Completed in 117 milliseconds