Searched refs:GetAttributeValueAsString (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 521 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString() function in DWARFDebugInfoEntry 638 return GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetName() 650 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetMangledName() 654 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetMangledName() 661 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetMangledName() 674 name = GetAttributeValueAsString(cu, DW_AT_MIPS_linkage_name, nullptr, true); in GetPubname() 678 name = GetAttributeValueAsString(cu, DW_AT_linkage_name, nullptr, true); in GetPubname() 682 name = GetAttributeValueAsString(cu, DW_AT_name, nullptr, true); in GetPubname()
|
D | DWARFBaseDIE.cpp | 40 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()
|
D | DWARFBaseDIE.h | 104 const char *GetAttributeValueAsString(const dw_attr_t attr,
|
D | DWARFUnit.cpp | 596 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr); in ParseProducerInfo() 725 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle() 734 die->GetAttributeValueAsString(this, DW_AT_name, nullptr); in ComputeCompDirAndGuessPathStyle() 747 FileSpec(die->GetAttributeValueAsString(this, DW_AT_name, nullptr), in ComputeAbsolutePath()
|
D | DWARFDebugInfoEntry.h | 63 const char *GetAttributeValueAsString(
|
D | SymbolFileDWARF.cpp | 811 const char *sdk = cu_die.GetAttributeValueAsString(DW_AT_APPLE_sdk, nullptr); in ParseXcodeSDK() 815 cu_die.GetAttributeValueAsString(DW_AT_LLVM_sysroot, ""); in ParseXcodeSDK() 988 module_die.GetAttributeValueAsString(DW_AT_name, nullptr)) { in ParseImportedModules() 997 parent_die.GetAttributeValueAsString(DW_AT_name, nullptr)) in ParseImportedModules() 1001 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() 1007 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules() 1583 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName() 1586 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName() 1639 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit() 1683 const char *name = die.GetAttributeValueAsString(DW_AT_name, nullptr); in UpdateExternalModuleListIfNeeded() [all …]
|
D | DWARFDIE.cpp | 236 const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true); in GetName()
|
D | DWARFASTParserClang.cpp | 671 if (!strcmp(child_die.GetAttributeValueAsString(DW_AT_name, ""), in ParseTypeModifier() 3316 const char *name = module_die.GetAttributeValueAsString(DW_AT_name, 0); in GetOwningClangModule()
|