Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h610 const char *AttributeValueString(uint16_t Attr, unsigned Val);
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp564 const char *llvm::dwarf::AttributeValueString(uint16_t Attr, unsigned Val) { in AttributeValueString() function in llvm::dwarf
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugInfoEntry.cpp152 Name = AttributeValueString(attr, *Val); in dumpAttribute()