Searched refs:getAttributeValueAsString (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 130 return DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr); in getCompilationDir() 271 DieArray[0].getAttributeValueAsString(this, DW_AT_GNU_dwo_name, nullptr); in parseDWO() 275 DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr); in parseDWO()
|
D | DWARFDebugInfoEntry.cpp | 258 const char *DWARFDebugInfoEntryMinimal::getAttributeValueAsString( in getAttributeValueAsString() function in DWARFDebugInfoEntryMinimal 391 getAttributeValueAsString(U, DW_AT_MIPS_linkage_name, nullptr)) in getName() 394 getAttributeValueAsString(U, DW_AT_linkage_name, nullptr)) in getName() 397 if (const char *name = getAttributeValueAsString(U, DW_AT_name, nullptr)) in getName()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 92 const char *getAttributeValueAsString(const DWARFUnit *U, const uint16_t Attr,
|