Home
last modified time | relevance | path

Searched refs:DW_AT_APPLE_property_name (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h255 DW_AT_APPLE_property_name = 0x3fe8, enumerator
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp187 case DW_AT_APPLE_property_name: return "DW_AT_APPLE_property_name"; in AttributeString()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp937 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1921 …case DW_AT_APPLE_property_name: prop_name = form_value.AsCString(&get_debug_str_data()); brea… in ParseChildMembers()