Searched defs:SourceMap (Results 1 – 6 of 6) sorted by relevance
99 using SourceMap = std::vector<std::pair<unsigned, SourceInfo>>; variable
104 using SourceMap = std::unordered_map<SourceKey, variable
56 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench()
358 struct SourceMap { struct363 impl SourceMap { argument
36 typedef DenseMap<unsigned, RegList> SourceMap; typedef
59 using SourceMap = absl::flat_hash_map<SourceLoc, StackFrame>; typedef