Lines Matching refs:DbgInfo
852 DbgInfo->erase(N); in DeallocateNode()
1068 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1093 delete DbgInfo; in ~SelectionDAG()
1170 DbgInfo->clear(); in clear()
8336 return new (DbgInfo->getAlloc()) in getDbgValue()
8347 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, DL, O); in getConstantDbgValue()
8358 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
8369 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
8479 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
8956 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); in AddDbgValue()
8959 DbgInfo->add(DB, SD, isParameter); in AddDbgValue()
8963 DbgInfo->add(DB); in AddDbgLabel()