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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDIBuilder.cpp340 unsigned PropertyAttributes) {
356 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes)
334 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
/external/v8/src/
H A Dproperty-details.h18 enum PropertyAttributes { enum in namespace:v8::internal
46 // Enable fast comparisons of PropertyAttributes against PropertyFilters.
234 PropertyDetails(PropertyKind kind, PropertyAttributes attributes, int index,
243 PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
282 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const {
284 static_cast<PropertyAttributes>(attributes() | new_attributes);
304 PropertyAttributes attributes() const {
340 : public BitField<PropertyAttributes, ConstnessField::kNext, 3> {};
395 PropertyDetails(int value, PropertyAttributes attributes) {
420 const PropertyAttributes
[all...]
/external/llvm/lib/IR/
H A DDIBuilder.cpp315 unsigned PropertyAttributes, DIType *Ty) {
317 SetterName, PropertyAttributes, Ty);
313 createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes, DIType *Ty) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1395 unsigned PropertyAttributes = 0; local
1397 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readonly;
1399 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readwrite;
1401 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_assign;
1403 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_retain;
1405 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_copy;
1407 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_nonatomic;
1408 if (PropertyAttributes)
1410 PropertyAttributes);

Completed in 175 milliseconds