Searched refs:SourceMap (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/benches/ |
D | rust.rs | 48 use rustc_span::source_map::{FilePathMapping, SourceMap}; 56 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench() argument 62 let cm = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench()
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_stack.cc | 59 using SourceMap = absl::flat_hash_map<SourceLoc, StackFrame>; typedef 66 PyBindSourceMap() : source_map_(std::make_shared<SourceMap>()) {} in PyBindSourceMap() 69 std::shared_ptr<SourceMap> source_map_; 126 const std::shared_ptr<SourceMap>& source_map, in StackTraceWrapper() 137 const std::shared_ptr<SourceMap>& source_map, in ExtractStack() 242 std::shared_ptr<SourceMap> source_map_;
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | source_tracker.h | 104 using SourceMap = std::unordered_map<SourceKey, variable 125 mutable SourceMap map_ RTC_GUARDED_BY(lock_);
|
/external/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 36 typedef DenseMap<unsigned, RegList> SourceMap; typedef 74 SourceMap SrcMap; 115 SourceMap::iterator SI = SrcMap.find(*AI); in ClobberRegister() 323 for (SourceMap::iterator I = SrcMap.begin(), E = SrcMap.end(), Next; in CopyPropagateBlock()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Function.h | 118 void setCode(unsigned NewFrameSize, std::vector<char> &&NewCode, SourceMap &&NewSrcMap, in setCode() 144 SourceMap SrcMap;
|
D | ByteCodeEmitter.h | 94 SourceMap SrcMap;
|
D | Source.h | 99 using SourceMap = std::vector<std::pair<unsigned, SourceInfo>>; variable
|
/external/rust/crates/proc-macro2/src/ |
D | fallback.rs | 295 static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap { 358 struct SourceMap { struct 363 impl SourceMap { impl
|
/external/llvm-project/llvm/utils/TableGen/ |
D | RISCVCompressInstEmitter.cpp | 105 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat() 107 : Source(S), Dest(D), PatReqFeatures(RF), SourceOperandMap(SourceMap), in CompressPat()
|
/external/llvm-project/lldb/source/Target/ |
D | TargetProperties.td | 37 def SourceMap: Property<"source-map", "PathMap">,
|