Searched refs:GetAttributeValueAsString (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 415 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry 544 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName() 556 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName() 560 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName() 567 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName() 580 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname() 584 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname() 588 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetPubname()
|
| 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(GetCU(), attr, fail_value); in GetAttributeValueAsString()
|
| H A D | DWARFBaseDIE.h | 107 const char *GetAttributeValueAsString(const dw_attr_t attr,
|
| H A D | DWARFUnit.cpp | 673 die.GetAttributeValueAsString(this, DW_AT_name, nullptr)) in PeekDIEName() 733 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr)); in ParseProducerInfo() 849 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle() 858 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle() 871 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
|
| H A D | DWARFDebugInfoEntry.h | 69 const char *GetAttributeValueAsString(
|
| H A D | SymbolFileDWARF.cpp | 765 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName() 768 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName() 1004 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK() 1189 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules() 1198 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules() 1202 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() 1209 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules() 1828 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit() 1984 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded() 2001 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded() [all …]
|
| H A D | DWARFDIE.cpp | 225 const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true); in GetName()
|
| H A D | DWARFASTParserClang.cpp | 694 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier() 3480 module_die.GetAttributeValueAsString(DW_AT_name, nullptr); in GetOwningClangModule()
|