reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1401 return DbgInfo->getSDDbgValues(SD); 1407 bool hasDebugValues() const { return !DbgInfo->empty(); } 1409 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); } 1410 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); } 1413 return DbgInfo->ByvalParmDbgBegin(); 1416 return DbgInfo->ByvalParmDbgEnd(); 1420 return DbgInfo->DbgLabelBegin(); 1423 return DbgInfo->DbgLabelEnd();lib/CodeGen/SelectionDAG/SelectionDAG.cpp
786 DbgInfo->erase(N); 1002 DbgInfo = new SDDbgInfo(); 1023 delete DbgInfo; 1095 DbgInfo->clear(); 7984 return new (DbgInfo->getAlloc()) 7995 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, DL, O); 8006 return new (DbgInfo->getAlloc()) 8017 return new (DbgInfo->getAlloc()) 8127 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); 8611 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); 8614 DbgInfo->add(DB, SD, isParameter); 8618 DbgInfo->add(DB);