Searched refs:GetAttributeValue (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDebugInfoEntry.cpp | 468 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry 496 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue() 499 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 506 if (GetAttributeValue(cu, DW_AT_abstract_origin, form_value)) { in GetAttributeValue() 509 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue() 529 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString() 542 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned() 556 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference() 566 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress() 582 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC() [all …]
|
| D | DWARFDebugInfoEntry.h | 57 GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
|
| D | DWARFDIE.cpp | 135 if (m_die->GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| D | XML.h | 79 llvm::StringRef GetAttributeValue(const char *name,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | PythonDataObjects.cpp | 227 return GetAttributeValue(name); in ResolveName() 247 PythonObject PythonObject::GetAttributeValue(llvm::StringRef attr) const { in GetAttributeValue() function in PythonObject 913 PythonObject im_self = GetAttributeValue("im_self"); in GetArgInfo() 919 PythonObject __call__ = GetAttributeValue("__call__"); in GetArgInfo() 924 PythonObject im_self = __callable__.GetAttributeValue("im_self"); in GetArgInfo() 1123 PythonString py_mode = obj.GetAttributeValue("mode").AsType<PythonString>(); in GetOptionsForPyObject()
|
| D | PythonDataObjects.h | 306 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | XML.cpp | 136 llvm::StringRef XMLNode::GetAttributeValue(const char *name, in GetAttributeValue() function in XMLNode 157 llvm::StringRef str_value = GetAttributeValue(name, ""); in GetAttributeValueAsUnsigned()
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| 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-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 4570 llvm::StringRef href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4611 llvm::StringRef href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfoXMLAndProcess() 4720 llvm::StringRef main_lm = root_element.GetAttributeValue("main-lm"); in GetLoadedModuleList() 4811 llvm::StringRef name = library.GetAttributeValue("name"); in GetLoadedModuleList() 4819 llvm::StringRef address = section.GetAttributeValue("address"); in GetLoadedModuleList()
|
| D | GDBRemoteCommunicationClient.cpp | 1714 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap() 1739 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()
|