Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:mdnode

36 CompileUnit::CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N,
738 DIE *CompileUnit::getOrCreateTypeDIE(const MDNode *TyNode) {
1160 assert(isa<MDNode>(Val));
1161 DIArray A(cast<MDNode>(Val));
1327 void CompileUnit::createGlobalVariableDIE(const MDNode *N) {
1545 for (DenseMap<DIE *, const MDNode *>::iterator CI = ContainingTypeMap.begin(),
1548 const MDNode *N = CI->second;
1710 if (MDNode *PNode = DT.getObjCProperty())