Home
last modified time | relevance | path

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/
DLLVMContextImpl.h1038 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,
DDebugInfoMetadata.cpp1224 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()
DDIBuilder.cpp400 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
403 SetterName, PropertyAttributes, Ty); in createObjCProperty()
DDebugInfo.cpp1092 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/
DDebugInfoMetadata.h2929 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,
DDIBuilder.h357 StringRef SetterName,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp952 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/
DDebugInfo.h821 const char *SetterName, size_t SetterNameLen,