Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp475 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry
503 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue()
506 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
513 if (GetAttributeValue(cu, DW_AT_abstract_origin, form_value)) { in GetAttributeValue()
516 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
536 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString()
549 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned()
560 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsOptionalUnsigned()
574 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference()
584 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress()
[all …]
DDWARFDebugInfoEntry.h58 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
DDWARFDIE.cpp131 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DXML.h79 std::string GetAttributeValue(const char *name,
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DXML.cpp133 std::string XMLNode::GetAttributeValue(const char *name, in GetAttributeValue() function in XMLNode
157 return llvm::to_integer(GetAttributeValue(name, ""), value, base); in GetAttributeValueAsUnsigned()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp229 return GetAttributeValue(name); in ResolveName()
249 PythonObject PythonObject::GetAttributeValue(llvm::StringRef attr) const { in GetAttributeValue() function in PythonObject
833 PythonObject im_self = GetAttributeValue("im_self"); in GetArgInfo()
839 PythonObject __call__ = GetAttributeValue("__call__"); in GetArgInfo()
844 PythonObject im_self = __callable__.GetAttributeValue("im_self"); in GetArgInfo()
DPythonDataObjects.h296 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4204 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess()
4245 std::string href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess()
4383 std::string main_lm = root_element.GetAttributeValue("main-lm"); in GetLoadedModuleList()
4471 std::string name = library.GetAttributeValue("name"); in GetLoadedModuleList()
4479 std::string address = section.GetAttributeValue("address"); in GetLoadedModuleList()
DGDBRemoteCommunicationClient.cpp1740 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap()
1765 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()