Searched refs:DbgInfo (Results 1 - 2 of 2) 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();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp700 ArrayRef<SDDbgValue*> DbgVals = DbgInfo->getSDDbgValues(N);
937 DbgInfo = new SDDbgInfo();
949 delete DbgInfo;
994 DbgInfo->clear();
6162 DbgInfo->add(DB, SD, isParameter);

Completed in 69 milliseconds