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

/external/llvm/lib/DebugInfo/
H A DDWARFUnit.cpp116 return DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr);
253 DieArray[0].getAttributeValueAsString(this, DW_AT_GNU_dwo_name, nullptr);
257 DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr);
H A DDWARFDebugInfoEntry.cpp168 const char *DWARFDebugInfoEntryMinimal::getAttributeValueAsString( function in class:DWARFDebugInfoEntryMinimal
293 getAttributeValueAsString(U, DW_AT_MIPS_linkage_name, nullptr))
296 getAttributeValueAsString(U, DW_AT_linkage_name, nullptr))
299 if (const char *name = getAttributeValueAsString(U, DW_AT_name, nullptr))
H A DDWARFDebugInfoEntry.h92 const char *getAttributeValueAsString(const DWARFUnit *U, const uint16_t Attr,

Completed in 173 milliseconds