| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 388 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry 420 if (!GetAttributeValue(cu, elaborating_attr, form_value)) in GetAttributeValue() 425 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 444 if (GetAttributeValue(cu, attr, form_value, nullptr, check_elaborating_dies)) in GetAttributeValueAsString() 456 if (GetAttributeValue(cu, attr, form_value, nullptr, check_elaborating_dies)) in GetAttributeValueAsUnsigned() 466 if (GetAttributeValue(cu, attr, form_value, nullptr, check_elaborating_dies)) in GetAttributeValueAsOptionalUnsigned() 479 if (GetAttributeValue(cu, attr, form_value, nullptr, check_elaborating_dies)) in GetAttributeValueAsReference() 488 if (GetAttributeValue(cu, attr, form_value, nullptr, check_elaborating_dies)) in GetAttributeValueAsAddress() 504 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC() 543 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) in GetAttributeAddressRanges()
|
| H A D | DWARFDebugInfoEntry.h | 78 dw_offset_t GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
|
| H A D | DWARFDIE.cpp | 139 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE() 613 if (m_die->GetAttributeValue(m_cu, attr, form_value, nullptr, false)) in find()
|
| H A D | DWARFUnit.cpp | 687 if (!die.GetAttributeValue(this, attr, form_value)) in PeekDIEName()
|
| H A D | DWARFASTParserClang.cpp | 175 if (subprogram.GetDIE()->GetAttributeValue( in GetObjectParameter()
|
| /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/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 223 PythonObject obj_class = result.GetAttributeValue("__class__"); in CreatePluginObject() 230 obj_class.GetAttributeValue("__name__").AsType<PythonString>(); in CreatePluginObject() 233 obj_class.GetAttributeValue("__dict__"); in CreatePluginObject()
|
| /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 | 231 return GetAttributeValue(name); in ResolveName() 251 PythonObject PythonObject::GetAttributeValue(llvm::StringRef attr) const { in GetAttributeValue() function in PythonObject
|
| 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 | 4567 flags_node.GetAttributeValue("id").c_str()); in ParseFlags() 4869 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4910 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 5060 std::string main_lm = root_element.GetAttributeValue("main-lm"); in GetLoadedModuleList() 5148 std::string name = library.GetAttributeValue("name"); in GetLoadedModuleList() 5156 std::string address = section.GetAttributeValue("address"); in GetLoadedModuleList()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1790 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap() 1815 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()
|