Home
last modified time | relevance | path

Searched refs:GetterName (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h1037 MDString *GetterName;
1043 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1045 : Name(Name), File(File), Line(Line), GetterName(GetterName),
1049 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1054 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() &&
1060 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DDebugInfoMetadata.cpp1224 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
1227 assert(isCanonical(GetterName) && "Expected canonical MDString"); in getImpl()
1229 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName, in getImpl()
1231 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
DDIBuilder.cpp400 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
402 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
DDebugInfo.cpp1091 const char *GetterName, size_t GetterNameLen, 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,
2932 getCanonicalMDString(Context, GetterName),
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.h356 StringRef GetterName,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp949 StringRef GetterName = Property->getGetterName(); in constructTypeDIE() local
950 if (!GetterName.empty()) in constructTypeDIE()
951 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName); in constructTypeDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h820 const char *GetterName, size_t GetterNameLen,