Home
last modified time | relevance | path

Searched refs:PropertyAttributes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h358 unsigned PropertyAttributes, DIType *Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h822 unsigned PropertyAttributes,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp401 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
403 SetterName, PropertyAttributes, Ty); in createObjCProperty()
DDebugInfo.cpp1093 unsigned PropertyAttributes, in LLVMDIBuilderCreateObjCProperty() argument
1098 PropertyAttributes, unwrapDI<DIType>(Ty))); in LLVMDIBuilderCreateObjCProperty()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp955 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
957 PropertyAttributes); in constructTypeDIE()