Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp525 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry
642 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName()
654 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName()
658 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName()
665 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName()
678 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname()
682 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname()
686 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.cpp630 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr); in ParseProducerInfo()
759 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle()
768 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle()
781 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
H A DDWARFDebugInfoEntry.h62 const char *GetAttributeValueAsString(
H A DSymbolFileDWARF.cpp823 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
827 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
998 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1007 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1011 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1017 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1592 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
1595 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
1648 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
1699 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
[all …]
H A DDWARFDIE.cpp236 const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true); in GetName()
H A DDWARFASTParserClang.cpp670 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier()
3277 const char *name = module_die.GetAttributeValueAsString(DW_AT_name, 0); in GetOwningClangModule()