Searched defs:PropertyAttributes (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dproperty-details.h36 enum PropertyAttributes { enum
80 PropertyDetails(PropertyAttributes attributes,
102 PropertyAttributes attributes() { return AttributesField::decode(value_); }
120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
/external/llvm/lib/VMCore/
H A DDIBuilder.cpp343 unsigned PropertyAttributes) {
359 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes)
394 unsigned PropertyAttributes,
403 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes),
337 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, StringRef PropertyName, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes) argument
390 createObjCProperty(StringRef Name, DIFile File, unsigned LineNumber, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes, DIType Ty) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp867 unsigned PropertyAttributes = 0; local
869 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readonly;
871 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readwrite;
873 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_assign;
875 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_retain;
877 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_copy;
879 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_nonatomic;
880 if (PropertyAttributes)
882 PropertyAttributes);
1525 unsigned PropertyAttributes local
[all...]

Completed in 565 milliseconds