Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp173 void XMLNode::ForEachChildElement(NodeCallback const &callback) const { in ForEachChildElement() function in XMLNode
483 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
492 node.ForEachChildElement( in CreatePlistValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h102 void ForEachChildElement(NodeCallback const &callback) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1709 map_node.ForEachChildElement([this](const XMLNode &memory_node) -> bool { in LoadQXferMemoryMap()
1733 memory_node.ForEachChildElement( in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp4562 target_node.ForEachChildElement([&target_info, &feature_nodes]( in GetGDBServerRegisterInfoXMLAndProcess()
4607 feature_node.ForEachChildElement([&target_info]( in GetGDBServerRegisterInfoXMLAndProcess()