Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.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()
DDWARFUnit.cpp147 return DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr); in getCompilationDir()
293 DieArray[0].getAttributeValueAsString(this, DW_AT_GNU_dwo_name, nullptr); in parseDWO()
297 DieArray[0].getAttributeValueAsString(this, DW_AT_comp_dir, nullptr); in parseDWO()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h113 const char* getAttributeValueAsString(const DWARFCompileUnit* cu,
DDWARFDebugInfoEntry.cpp377 DWARFDebugInfoEntryMinimal::getAttributeValueAsString( in getAttributeValueAsString() function in DWARFDebugInfoEntryMinimal
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h92 const char *getAttributeValueAsString(const DWARFUnit *U, const uint16_t Attr,
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1784 DIE->getAttributeValueAsString(&CU.getOrigUnit(), dwarf::DW_AT_name, in analyzeContextInfo()
3227 CUDie.getAttributeValueAsString(&Unit, dwarf::DW_AT_dwo_name, ""); in registerModuleReference()
3230 CUDie.getAttributeValueAsString(&Unit, dwarf::DW_AT_GNU_dwo_name, ""); in registerModuleReference()
3236 CUDie.getAttributeValueAsString(&Unit, dwarf::DW_AT_comp_dir, ""); in registerModuleReference()
3240 CUDie.getAttributeValueAsString(&Unit, dwarf::DW_AT_name, ""); in registerModuleReference()