Searched defs:SourceMap (Results 1 – 5 of 5) sorted by relevance
46 using SourceMap = std::unordered_map<SourceLoc, StackFrame, PairHash>; variable
104 using SourceMap = std::unordered_map<SourceKey, variable
57 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench()
370 struct SourceMap { struct375 impl SourceMap { impl
36 typedef DenseMap<unsigned, RegList> SourceMap; typedef