Home
last modified time | relevance | path

Searched refs:StmtListOffsets (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1079 std::vector<uint64_t> StmtListOffsets; in emitDebugLineInfoForUnprocessedCUs() local
1080 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()