Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp413 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry
542 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName()
554 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName()
558 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName()
565 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName()
578 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname()
582 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname()
586 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetPubname()
H A DDWARFBaseDIE.cpp38 const char *DWARFBaseDIE::GetAttributeValueAsString(const dw_attr_t attr, in GetAttributeValueAsString() function in DWARFBaseDIE
41 return m_die->GetAttributeValueAsString(GetCU(), attr, fail_value); in GetAttributeValueAsString()
H A DDWARFUnit.cpp678 die.GetAttributeValueAsString(this, DW_AT_name, nullptr)) in PeekDIEName()
754 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr)); in ParseProducerInfo()
870 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle()
879 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle()
892 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
H A DDWARFBaseDIE.h105 const char *GetAttributeValueAsString(const dw_attr_t attr,
H A DDWARFDebugInfoEntry.h69 const char *GetAttributeValueAsString(
H A DDebugNamesDWARFIndex.cpp112 cu_die.GetAttributeValueAsString(DW_AT_dwo_name, nullptr); in GetForeignTypeUnit()
114 tu_die.GetAttributeValueAsString(DW_AT_dwo_name, nullptr); in GetForeignTypeUnit()
H A DSymbolFileDWARF.cpp772 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName()
775 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
1007 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK()
1011 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK()
1196 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules()
1205 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules()
1209 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules()
1216 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules()
1867 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
2023 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded()
[all …]
H A DDWARFDIE.cpp227 const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true); in GetName()
H A DDWARFASTParserClang.cpp721 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier()
3410 module_die.GetAttributeValueAsString(DW_AT_name, nullptr); in GetOwningClangModule()