Searched refs:DebugLineContents (Results 1 – 2 of 2) sorted by relevance
1101 StringRef DebugLineContents = CU->getLineSection().Data; in emitDebugLineInfoForUnprocessedCUs() local1109 It == StmtListOffsets.end() ? DebugLineContents.size() : *It; in emitDebugLineInfoForUnprocessedCUs()1112 .addRawContents(DebugLineContents.slice(Begin, End)); in emitDebugLineInfoForUnprocessedCUs()
1171 void addRawContents(StringRef DebugLineContents) { in addRawContents() argument1172 RawData = DebugLineContents; in addRawContents()