Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp861 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry
904 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
916 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
936 return dwo_cu_die.GetDIE()->GetAttributeValue( in GetAttributeValue()
954 if (GetAttributeValue(dwarf2Data, cu, attr, form_value, nullptr, in GetAttributeValueAsString()
970 if (GetAttributeValue(dwarf2Data, cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned()
986 if (GetAttributeValue(dwarf2Data, cu, attr, form_value, nullptr, in GetAttributeValueAsSigned()
1003 if (GetAttributeValue(dwarf2Data, cu, attr, form_value, nullptr, in GetAttributeValueAsReference()
1014 if (GetAttributeValue(dwarf2Data, cu, attr, form_value, nullptr, in GetAttributeValueAsAddress()
1076 if (GetAttributeValue(dwarf2Data, cu, DW_AT_ranges, form_value)) { in GetAttributeAddressRanges()
[all …]
H A DDWARFDIE.cpp85 if (m_die->GetAttributeValue(dwarf, cu, attr, form_value, nullptr, in GetAttributeValueAsReferenceDIE()
H A DDWARFDebugInfoEntry.h93 GetAttributeValue(SymbolFileDWARF *dwarf2Data, const DWARFUnit *cu,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp139 return GetAttributeValue(name); in ResolveName()
159 PythonObject PythonObject::GetAttributeValue(llvm::StringRef attr) const { in GetAttributeValue() function in PythonObject
883 PythonObject im_self = GetAttributeValue("im_self"); in GetNumArguments()
889 PythonObject __call__ = GetAttributeValue("__call__"); in GetNumArguments()
894 PythonObject im_self = GetAttributeValue("im_self"); in GetNumArguments()
1032 PythonString py_mode = GetAttributeValue("mode").AsType<PythonString>(); in GetUnderlyingFile()
H A DPythonDataObjects.h180 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DXML.h78 llvm::StringRef GetAttributeValue(const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp136 llvm::StringRef XMLNode::GetAttributeValue(const char *name, in GetAttributeValue() function in XMLNode
157 llvm::StringRef str_value = GetAttributeValue(name, ""); in GetAttributeValueAsUnsigned()
/freebsd-12.1/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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4572 llvm::StringRef href = node.GetAttributeValue("href"); in GetGDBServerRegisterInfo()
4697 llvm::StringRef main_lm = root_element.GetAttributeValue("main-lm"); in GetLoadedModuleList()
4786 llvm::StringRef name = library.GetAttributeValue("name"); in GetLoadedModuleList()
4794 llvm::StringRef address = section.GetAttributeValue("address"); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1618 auto type = memory_node.GetAttributeValue("type", ""); in LoadQXferMemoryMap()
1643 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap()