| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 356 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry 384 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue() 387 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 394 if (GetAttributeValue(cu, DW_AT_abstract_origin, form_value)) { in GetAttributeValue() 397 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 417 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString() 430 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned() 441 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsOptionalUnsigned() 455 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference() 465 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress() [all …]
|
| H A D | DWARFDebugInfoEntry.h | 64 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
|
| H A D | DWARFDIE.cpp | 134 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
|
| H A D | DWARFUnit.cpp | 684 if (!die.GetAttributeValue(this, attr, form_value)) in PeekDIEName()
|
| /freebsd/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/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | XML.h | 79 std::string GetAttributeValue(const char *name,
|
| /freebsd/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/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/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 | 299 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4437 flags_node.GetAttributeValue("id").c_str()); in ParseFlags() 4734 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4775 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4925 std::string main_lm = root_element.GetAttributeValue("main-lm"); in GetLoadedModuleList() 5013 std::string name = library.GetAttributeValue("name"); in GetLoadedModuleList() 5021 std::string address = section.GetAttributeValue("address"); in GetLoadedModuleList()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1770 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap() 1795 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()
|