Searched refs:addLineInfo (Results 1 – 3 of 3) sorted by relevance
82 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { in addLineInfo() function in DebugLinesSubsection97 addLineInfo(Offset, Line); in addLineAndColumnInfo()
125 void addLineInfo(uint32_t Offset, const LineInfo &Line);
436 Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement)); in toCodeViewSubsection()