Searched refs:GetAttributeValueAsString (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 532 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry 660 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName() 672 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName() 676 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName() 683 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName() 696 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname() 700 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname() 704 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetPubname()
|
| H A D | DWARFBaseDIE.cpp | 41 const char *DWARFBaseDIE::GetAttributeValueAsString(const dw_attr_t attr, in GetAttributeValueAsString() function in DWARFBaseDIE 44 return m_die->GetAttributeValueAsString(GetCU(), attr, fail_value); in GetAttributeValueAsString()
|
| H A D | DWARFBaseDIE.h | 105 const char *GetAttributeValueAsString(const dw_attr_t attr,
|
| H A D | DWARFUnit.cpp | 705 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr)); in ParseProducerInfo() 821 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle() 830 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle() 843 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
|
| H A D | DWARFDebugInfoEntry.h | 63 const char *GetAttributeValueAsString(
|
| H A D | SymbolFileDWARF.cpp | 691 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() 926 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK() 930 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK() 1113 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules() 1122 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules() 1126 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() 1133 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules() 1759 comp_dir = cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, in GetDwoSymbolFileForCompileUnit() 1833 const char *name = die.GetAttributeValueAsString(DW_AT_name, 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 | 642 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier() 3338 module_die.GetAttributeValueAsString(DW_AT_name, nullptr); in GetOwningClangModule()
|