Searched refs:GetAttributeValueAsString (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFBaseDIE.cpp | 42 const char *DWARFBaseDIE::GetAttributeValueAsString(const dw_attr_t attr, in GetAttributeValueAsString() function in DWARFBaseDIE 45 return m_die->GetAttributeValueAsString(GetDWARF(), GetCU(), attr, in GetAttributeValueAsString()
|
| H A D | DWARFDebugInfoEntry.cpp | 949 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry 1101 return GetAttributeValueAsString(dwarf2Data, cu, DW_AT_name, nullptr, true); in GetName() 1116 name = GetAttributeValueAsString(dwarf2Data, cu, DW_AT_MIPS_linkage_name, in GetMangledName() 1121 name = GetAttributeValueAsString(dwarf2Data, cu, DW_AT_linkage_name, nullptr, in GetMangledName() 1129 name = GetAttributeValueAsString(dwarf2Data, cu, DW_AT_name, nullptr, true); in GetMangledName() 1145 name = GetAttributeValueAsString(dwarf2Data, cu, DW_AT_MIPS_linkage_name, in GetPubname() 1150 name = GetAttributeValueAsString(dwarf2Data, cu, DW_AT_linkage_name, nullptr, in GetPubname() 1155 name = GetAttributeValueAsString(dwarf2Data, cu, DW_AT_name, nullptr, true); in GetPubname() 1182 const char *name = die.GetAttributeValueAsString( in GetName()
|
| H A D | DWARFBaseDIE.h | 126 const char *GetAttributeValueAsString(const dw_attr_t attr,
|
| H A D | SymbolFileDWARF.cpp | 821 cu_die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr)}; in ParseCompileUnit() 951 cu_die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr)); in ParseSupportFiles() 996 if (const char *name = module_die.GetAttributeValueAsString( in ParseImportedModules() 1616 const char *dwo_name = cu_die.GetAttributeValueAsString( in GetDwoSymbolFileForCompileUnit() 1634 const char *comp_dir = cu_die.GetAttributeValueAsString( in GetDwoSymbolFileForCompileUnit() 1673 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded() 1681 die.GetAttributeValueAsString(DW_AT_GNU_dwo_name, nullptr); in UpdateExternalModuleListIfNeeded() 1688 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded()
|
| H A D | DWARFDebugInfoEntry.h | 98 const char *GetAttributeValueAsString(
|
| H A D | DWARFUnit.cpp | 674 die->GetAttributeValueAsString(m_dwarf, this, DW_AT_producer, NULL); in ParseProducerInfo()
|
| H A D | DWARFASTParserClang.cpp | 428 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeFromDWARF()
|