Searched refs:DbgInfo (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h175 /// DbgInfo - Tracks dbg_value information through SDISel.
176 SDDbgInfo *DbgInfo; member in class:llvm::SelectionDAG
924 return DbgInfo->getSDDbgValues(SD);
932 bool hasDebugValues() const { return !DbgInfo->empty(); }
934 SDDbgInfo::DbgIterator DbgBegin() { return DbgInfo->DbgBegin(); }
935 SDDbgInfo::DbgIterator DbgEnd() { return DbgInfo->DbgEnd(); }
937 return DbgInfo->ByvalParmDbgBegin();
940 return DbgInfo->ByvalParmDbgEnd();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h218 SDDbgInfo *DbgInfo; member in class:llvm::SelectionDAG
1215 return DbgInfo->getSDDbgValues(SD);
1225 bool hasDebugValues() const { return !DbgInfo->empty(); }
1227 SDDbgInfo::DbgIterator DbgBegin() { return DbgInfo->DbgBegin(); }
1228 SDDbgInfo::DbgIterator DbgEnd() { return DbgInfo->DbgEnd(); }
1230 return DbgInfo->ByvalParmDbgBegin();
1233 return DbgInfo->ByvalParmDbgEnd();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp669 DbgInfo->erase(N);
890 DbgInfo = new SDDbgInfo();
904 delete DbgInfo;
998 DbgInfo->clear();
6219 return new (DbgInfo->getAlloc())
6229 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, Off, DL, O);
6239 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, FI, Off, DL, O);
6649 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue());
6652 DbgInfo->add(DB, SD, isParameter);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp603 ArrayRef<SDDbgValue*> DbgVals = DbgInfo->getSDDbgValues(N);
843 DbgInfo = new SDDbgInfo();
854 delete DbgInfo;
881 DbgInfo->clear();
5613 DbgInfo->add(DB, SD, isParameter);

Completed in 1497 milliseconds