/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 1037 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,
|
D | DebugInfoMetadata.cpp | 1224 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()
|
D | DIBuilder.cpp | 400 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument 402 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName, in createObjCProperty()
|
D | DebugInfo.cpp | 1091 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/ |
D | DebugInfoMetadata.h | 2929 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,
|
D | DIBuilder.h | 356 StringRef GetterName,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 949 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/ |
D | DebugInfo.h | 820 const char *GetterName, size_t GetterNameLen,
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-js.cc | 2697 Handle<String> GetterName(Isolate* isolate, Handle<String> name) { in GetterName() function 2706 CreateFunc(isolate, GetterName(isolate, name), func, false, in InstallGetter() 2724 CreateFunc(isolate, GetterName(isolate, name), getter, false, in InstallGetterSetter()
|