Searched refs:DIObjCProperty (Results 1 – 6 of 6) sorted by relevance
45 class DIObjCProperty; variable220 DIObjCProperty createObjCProperty(StringRef Name,
46 class DIObjCProperty; variable796 class DIObjCProperty : public DIDescriptor {798 explicit DIObjCProperty(const MDNode *N) : DIDescriptor(N) { } in DIObjCProperty() function
216 void addSourceLine(DIE *Die, DIObjCProperty Ty);
191 void CompileUnit::addSourceLine(DIE *Die, DIObjCProperty Ty) { in addSourceLine()856 DIObjCProperty Property(Element); in constructTypeDIE()
389 DIObjCProperty DIBuilder::createObjCProperty(StringRef Name, in createObjCProperty()405 return DIObjCProperty(MDNode::get(VMContext, Elts)); in createObjCProperty()
381 bool DIObjCProperty::Verify() const { in Verify()