Searched refs:StmtListOffsets (Results 1 – 1 of 1) sorted by relevance
1079 std::vector<uint64_t> StmtListOffsets; in emitDebugLineInfoForUnprocessedCUs() local1080 StmtListOffsets.reserve(BC.DwCtx->getNumCompileUnits()); in emitDebugLineInfoForUnprocessedCUs()1087 StmtListOffsets.push_back(*StmtList); in emitDebugLineInfoForUnprocessedCUs()1089 llvm::sort(StmtListOffsets); in emitDebugLineInfoForUnprocessedCUs()1107 auto It = llvm::upper_bound(StmtListOffsets, Begin); in emitDebugLineInfoForUnprocessedCUs()1109 It == StmtListOffsets.end() ? DebugLineContents.size() : *It; in emitDebugLineInfoForUnprocessedCUs()