Searched refs:SetterName (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 1038 MDString *SetterName; 1043 MDString *GetterName, MDString *SetterName, unsigned Attributes, 1046 SetterName(SetterName), Attributes(Attributes), Type(Type) {} 1049 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()), 1055 SetterName == RHS->getRawSetterName() && 1060 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
|
D | DebugInfoMetadata.cpp | 1224 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument 1228 assert(isCanonical(SetterName) && "Expected canonical MDString"); in getImpl() 1230 SetterName, Attributes, Type)); in getImpl() 1231 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
|
D | DIBuilder.cpp | 400 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument 403 SetterName, PropertyAttributes, Ty); in createObjCProperty()
|
D | DebugInfo.cpp | 1092 const char *SetterName, size_t SetterNameLen, in LLVMDIBuilderCreateObjCProperty() argument 1097 {GetterName, GetterNameLen}, {SetterName, SetterNameLen}, in LLVMDIBuilderCreateObjCProperty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2929 StringRef GetterName, StringRef SetterName, unsigned Attributes, 2933 getCanonicalMDString(Context, SetterName), Attributes, Type, 2938 MDString *GetterName, MDString *SetterName, 2951 StringRef GetterName, StringRef SetterName, 2953 (Name, File, Line, GetterName, SetterName, Attributes, 2957 MDString *GetterName, MDString *SetterName, 2959 (Name, File, Line, GetterName, SetterName, Attributes,
|
D | DIBuilder.h | 357 StringRef SetterName,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 952 StringRef SetterName = Property->getSetterName(); in constructTypeDIE() local 953 if (!SetterName.empty()) in constructTypeDIE() 954 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 821 const char *SetterName, size_t SetterNameLen,
|