Searched refs:SrcMap (Results 1 – 4 of 4) sorted by relevance
42 auto It = llvm::lower_bound(SrcMap, Elem{Offset, {}}, llvm::less_first()); in getSource()43 if (It == SrcMap.end()) in getSource()44 return SrcMap.back().second; in getSource()
223 SrcMap = std::move(NewSrcMap); in setCode()249 SourceMap SrcMap; variable
88 SourceMap SrcMap; variable
191 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()317 SrcMap.emplace_back(Code.size(), SI); in emitOp()