Searched refs:GetAttributeValue (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 475 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 …]
|
| H A D | DWARFDebugInfoEntry.h | 58 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
|
| H A D | DWARFDIE.cpp | 131 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | XML.h | 79 std::string GetAttributeValue(const char *name,
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | XML.cpp | 133 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/ |
| H A D | PythonDataObjects.cpp | 229 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()
|
| H A D | PythonDataObjects.h | 296 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4204 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()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1740 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap() 1765 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()
|