Home
last modified time | relevance | path

Searched refs:SourceMap (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtf_stack.cc59 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/rust/crates/syn/benches/
Drust.rs48 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/webrtc/modules/rtp_rtcp/source/
Dsource_tracker.h104 using SourceMap = std::unordered_map<SourceKey, variable
125 mutable SourceMap map_ RTC_GUARDED_BY(lock_);
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp36 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/
DFunction.h118 void setCode(unsigned NewFrameSize, std::vector<char> &&NewCode, SourceMap &&NewSrcMap, in setCode()
144 SourceMap SrcMap;
DByteCodeEmitter.h94 SourceMap SrcMap;
DSource.h99 using SourceMap = std::vector<std::pair<unsigned, SourceInfo>>; variable
/external/rust/crates/proc-macro2/src/
Dfallback.rs295 static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap {
358 struct SourceMap { struct
363 impl SourceMap { implementation
/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp105 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/
DTargetProperties.td37 def SourceMap: Property<"source-map", "PathMap">,
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...