Searched refs:GetAttributeValueAsUnsigned (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 328 dw_addr_t addr_base = cu_die.GetAttributeValueAsUnsigned( in AddUnitDIE() 333 dw_addr_t ranges_base = cu_die.GetAttributeValueAsUnsigned( in AddUnitDIE() 338 SetStrOffsetsBase(cu_die.GetAttributeValueAsUnsigned( in AddUnitDIE() 362 cu_die.GetAttributeValueAsUnsigned(m_dwarf, this, DW_AT_GNU_dwo_id, 0); in AddUnitDIE() 364 dwo_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_dwo_id, 0); in AddUnitDIE() 378 addr_base = cu_die.GetAttributeValueAsUnsigned(m_dwarf, this, in AddUnitDIE() 383 ranges_base = cu_die.GetAttributeValueAsUnsigned(m_dwarf, this, in AddUnitDIE() 751 die->GetAttributeValueAsUnsigned(m_dwarf, this, DW_AT_language, 0)); in GetLanguageType() 760 if (die->GetAttributeValueAsUnsigned(m_dwarf, this, DW_AT_APPLE_optimized, in GetIsOptimized()
|
| H A D | DWARFBaseDIE.cpp | 51 uint64_t DWARFBaseDIE::GetAttributeValueAsUnsigned(const dw_attr_t attr, in GetAttributeValueAsUnsigned() function in DWARFBaseDIE 54 return m_die->GetAttributeValueAsUnsigned(GetDWARF(), GetCU(), attr, in GetAttributeValueAsUnsigned()
|
| H A D | DWARFBaseDIE.h | 129 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
|
| H A D | DWARFASTParserClang.cpp | 129 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl() 360 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == in ParseTypeFromDWARF() 422 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeFromDWARF() 2319 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteTypeFromDWARF() 2689 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseChildMembers() 3068 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, in ParseChildMembers() 3897 if (src_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in CopyUniqueClassMethodTypes() 3901 if (src_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes() 3916 if (dst_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in CopyUniqueClassMethodTypes() 3920 if (dst_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
|
| H A D | SymbolFileDWARF.cpp | 832 cu_die.GetAttributeValueAsUnsigned(DW_AT_language, 0)); in ParseCompileUnit() 952 const dw_offset_t stmt_list = cu_die.GetAttributeValueAsUnsigned( in ParseSupportFiles() 1065 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_stmt_list, in ParseLineTable() 1150 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros() 1152 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros() 1296 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual() 1623 uint64_t dwo_id = cu_die.GetAttributeValueAsUnsigned(this, &dwarf_cu, in GetDwoSymbolFileForCompileUnit() 2811 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE() 3794 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0); in CollectCallEdges()
|
| H A D | DWARFDebugInfoEntry.h | 103 uint64_t GetAttributeValueAsUnsigned(
|
| H A D | DebugNamesDWARFIndex.cpp | 179 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
|
| H A D | DWARFDebugInfoEntry.cpp | 965 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | XML.h | 81 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | XML.cpp | 154 bool XMLNode::GetAttributeValueAsUnsigned(const char *name, uint64_t &value, in GetAttributeValueAsUnsigned() function in XMLNode
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1621 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap() 1623 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()
|