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