| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 358 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry 386 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue() 389 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 399 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 419 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString() 432 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned() 443 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsOptionalUnsigned() 457 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference() 467 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress() 483 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC() [all …]
|
| H A D | DWARFDebugInfoEntry.h | 64 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
|
| H A D | DWARFDIE.cpp | 132 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
|
| H A D | DWARFUnit.cpp | 679 if (!die.GetAttributeValue(this, attr, form_value)) in PeekDIEName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 157 PythonObject obj_class = result.GetAttributeValue("__class__"); in CreatePluginObject() 164 obj_class.GetAttributeValue("__name__").AsType<PythonString>(); in CreatePluginObject() 167 obj_class.GetAttributeValue("__dict__"); in CreatePluginObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | XML.h | 79 std::string GetAttributeValue(const char *name,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | XML.cpp | 135 std::string XMLNode::GetAttributeValue(const char *name, in GetAttributeValue() function in XMLNode 159 return llvm::to_integer(GetAttributeValue(name, ""), value, base); in GetAttributeValueAsUnsigned()
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | ks_p11.c | 546 ret = P11FUNC(p, GetAttributeValue, in iterate_entries() 558 ret = P11FUNC(p, GetAttributeValue, in iterate_entries() 606 ret = P11FUNC(p, GetAttributeValue, in getattr_bn() 613 ret = P11FUNC(p, GetAttributeValue, in getattr_bn()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 233 return GetAttributeValue(name); in ResolveName() 253 PythonObject PythonObject::GetAttributeValue(llvm::StringRef attr) const { in GetAttributeValue() function in PythonObject 872 PythonObject im_self = GetAttributeValue("im_self"); in GetArgInfo() 878 PythonObject __call__ = GetAttributeValue("__call__"); in GetArgInfo() 883 PythonObject im_self = __callable__.GetAttributeValue("im_self"); in GetArgInfo()
|
| H A D | PythonDataObjects.h | 297 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4271 flags_node.GetAttributeValue("id").c_str()); in ParseFlags() 4562 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4603 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4748 std::string main_lm = root_element.GetAttributeValue("main-lm"); in GetLoadedModuleList() 4836 std::string name = library.GetAttributeValue("name"); in GetLoadedModuleList() 4844 std::string address = section.GetAttributeValue("address"); in GetLoadedModuleList()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1758 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap() 1783 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()
|