Home
last modified time | relevance | path

Searched refs:GetAttributeValue (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp356 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 DDWARFDebugInfoEntry.h64 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
H A DDWARFDIE.cpp134 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
H A DDWARFUnit.cpp684 if (!die.GetAttributeValue(this, attr, form_value)) in PeekDIEName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h157 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 DXML.h79 std::string GetAttributeValue(const char *name,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp135 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 Dks_p11.c546 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 DPythonDataObjects.cpp233 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 DPythonDataObjects.h299 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4437 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 DGDBRemoteCommunicationClient.cpp1770 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap()
1795 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()