Home
last modified time | relevance | path

Searched refs:GetAttributeValueAsString (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp526 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry
643 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName()
655 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName()
659 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName()
666 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName()
679 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname()
683 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname()
687 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetPubname()
H A DDWARFBaseDIE.cpp40 const char *DWARFBaseDIE::GetAttributeValueAsString(const dw_attr_t attr, in GetAttributeValueAsString() function in DWARFBaseDIE
43 return m_die->GetAttributeValueAsString(GetCU(), attr, fail_value); in GetAttributeValueAsString()
H A DDWARFBaseDIE.h104 const char *GetAttributeValueAsString(const dw_attr_t attr,
H A DDWARFUnit.cpp684 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr)); in ParseProducerInfo()
800 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle()
809 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle()
822 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
H A DDWARFDebugInfoEntry.h62 const char *GetAttributeValueAsString(
H A DSymbolFileDWARF.cpp691 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
694 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
897 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
901 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
1085 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1094 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1098 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1105 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1732 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
1789 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
[all …]
H A DDWARFDIE.cpp237 const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true); in GetName()
H A DDWARFASTParserClang.cpp656 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier()
3259 module_die.GetAttributeValueAsString(DW_AT_name, nullptr); in GetOwningClangModule()