Home
last modified time | relevance | path

Searched refs:getAttributeValueAsString (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugInfoEntry.cpp170 const char *DWARFDebugInfoEntryMinimal::getAttributeValueAsString( in getAttributeValueAsString() function in DWARFDebugInfoEntryMinimal
275 getAttributeValueAsString(U, DW_AT_MIPS_linkage_name, 0)) in getSubroutineName()
277 if (const char *name = getAttributeValueAsString(U, DW_AT_linkage_name, 0)) in getSubroutineName()
279 if (const char *name = getAttributeValueAsString(U, DW_AT_name, 0)) in getSubroutineName()
HDDWARFUnit.cpp114 return DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, 0); in getCompilationDir()
256 DieArray[0].getAttributeValueAsString(this, DW_AT_GNU_dwo_name, 0); in parseDWO()
260 DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, 0); in parseDWO()
HDDWARFDebugInfoEntry.h119 const char *getAttributeValueAsString(const DWARFUnit *U, const uint16_t Attr,