Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp127 return DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr); in getCompilationDir()
268 DieArray[0].getAttributeValueAsString(this, DW_AT_GNU_dwo_name, nullptr); in parseDWO()
272 DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr); in parseDWO()
HDDWARFDebugInfoEntry.cpp259 const char *DWARFDebugInfoEntryMinimal::getAttributeValueAsString( in getAttributeValueAsString() function in DWARFDebugInfoEntryMinimal
392 getAttributeValueAsString(U, DW_AT_MIPS_linkage_name, nullptr)) in getName()
395 getAttributeValueAsString(U, DW_AT_linkage_name, nullptr)) in getName()
398 if (const char *name = getAttributeValueAsString(U, DW_AT_name, nullptr)) in getName()
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugInfoEntry.h92 const char *getAttributeValueAsString(const DWARFUnit *U, const uint16_t Attr,