Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h107 void ForEachAttribute(AttributeCallback const &callback) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp186 void XMLNode::ForEachAttribute(AttributeCallback const &callback) const { in ForEachAttribute() function in XMLNode
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4203 enumerator_node.ForEachAttribute( in ParseEnumEvalues()
4258 enum_node.ForEachAttribute([&id](const llvm::StringRef &attr_name, in ParseEnums()
4309 field_node.ForEachAttribute([&name, &start, &end, &type, max_start_bit, in ParseFlagsFields()
4441 flags_node.ForEachAttribute( in ParseFlags()
4560 reg_node.ForEachAttribute([&target_info, &gdb_group, &gdb_type, in ParseRegisters()
4745 node.ForEachAttribute( in GetGDBServerRegisterInfoXMLAndProcess()
4935 library.ForEachAttribute( in GetLoadedModuleList()