Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp234 const char *name = die->GetAttributeValueAsString(dwarf2Data, cu, DW_AT_name, NULL); in GeneratePubBaseTypes()
DDWARFDebugInfoEntry.h176 const char* GetAttributeValueAsString(
DDWARFCompileUnit.cpp963 …const char *producer_cstr = die->GetAttributeValueAsString(m_dwarf2Data, this, DW_AT_producer, NUL… in ParseProducerInfo()
DSymbolFileDWARF.cpp928 …const char * cu_comp_dir = cu_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_comp_dir, NULL); in ParseCompileUnit()
1172 …const char * cu_comp_dir = cu_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_comp_dir, NULL); in ParseCompileUnitSupportFiles()
4549 … const char *namespace_name = die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_name, NULL); in ResolveNamespaceDIE()
5826 …if (const char *struct_name = encoding_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_name, … in ParseType()
DDWARFDebugInfoEntry.cpp1354 DWARFDebugInfoEntry::GetAttributeValueAsString in GetAttributeValueAsString() function in DWARFDebugInfoEntry