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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h204 /// DbgInfo - Tracks dbg_value information through SDISel.
205 SDDbgInfo *DbgInfo; member in class:llvm::SelectionDAG
1061 return DbgInfo->getSDDbgValues(SD);
1069 bool hasDebugValues() const { return !DbgInfo->empty(); }
1071 SDDbgInfo::DbgIterator DbgBegin() { return DbgInfo->DbgBegin(); }
1072 SDDbgInfo::DbgIterator DbgEnd() { return DbgInfo->DbgEnd(); }
1074 return DbgInfo->ByvalParmDbgBegin();
1077 return DbgInfo->ByvalParmDbgEnd();

Completed in 64 milliseconds