Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDDwarf.h750 DW_APPLE_PROPERTY_readwrite = 0x02, enumerator
/trueos/contrib/llvm/include/llvm/
HDDebugInfo.h694 return (getUnsignedField(6) & dwarf::DW_APPLE_PROPERTY_readwrite) != 0; in isReadWriteObjCProperty()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp1253 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readwrite; in constructTypeDIE()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp4964 if (property_attributes & DW_APPLE_PROPERTY_readwrite) in AddObjCClassProperty()