Searched refs:GetAttributeValueAsString (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 440 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry 562 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName() 574 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName() 578 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName() 585 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName() 598 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname() 602 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname() 606 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetPubname()
|
| H A D | DWARFBaseDIE.cpp | 38 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 D | DWARFUnit.cpp | 681 die.GetAttributeValueAsString(this, DW_AT_name, nullptr)) in PeekDIEName() 834 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr)); in ParseProducerInfo() 944 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle() 953 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle() 966 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
|
| H A D | DWARFBaseDIE.h | 107 const char *GetAttributeValueAsString(const dw_attr_t attr,
|
| H A D | DWARFDebugInfoEntry.h | 84 GetAttributeValueAsString(const DWARFUnit *cu, const dw_attr_t attr,
|
| 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() 993 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK() 997 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK() 1187 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules() 1191 const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() 1198 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules() 1205 include_path = parent_die.GetAttributeValueAsString( in ParseImportedModules() 1215 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules() 1806 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit() [all …]
|
| H A D | DebugNamesDWARFIndex.cpp | 112 cu_die.GetAttributeValueAsString(DW_AT_dwo_name, nullptr); in GetForeignTypeUnit() 114 tu_die.GetAttributeValueAsString(DW_AT_dwo_name, nullptr); in GetForeignTypeUnit()
|
| H A D | DWARFDIE.cpp | 238 const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true); in GetName()
|
| H A D | DWARFASTParserClang.cpp | 815 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier() 3417 module_die.GetAttributeValueAsString(DW_AT_name, nullptr); in GetOwningClangModule()
|