Searched refs:DIObjCProperty (Results 1 – 6 of 6) sorted by relevance
47 class DIObjCProperty; variable638 class DIObjCProperty : public DIDescriptor {642 explicit DIObjCProperty(const MDNode *N) : DIDescriptor(N) { } in DIObjCProperty() function
51 class DIObjCProperty; variable260 DIObjCProperty createObjCProperty(StringRef Name,
47 DIObjCProperty(DbgNode).Verify() || in Verify()401 bool DIObjCProperty::Verify() const { in Verify()1117 DIObjCProperty(DbgNode).printInternal(OS); in print()1258 void DIObjCProperty::printInternal(raw_ostream &OS) const { in printInternal()
505 DIObjCProperty DIBuilder::createObjCProperty(StringRef Name, in createObjCProperty()521 return DIObjCProperty(MDNode::get(VMContext, Elts)); in createObjCProperty()
258 void addSourceLine(DIE *Die, DIObjCProperty Ty);
316 void CompileUnit::addSourceLine(DIE *Die, DIObjCProperty Ty) { in addSourceLine()1015 DIObjCProperty Property(Element); in constructTypeDIE()