Home
last modified time | relevance | path

Searched refs:MapInfo (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/profiling/memory/
Dunwinding.cc168 unwindstack::MapInfo* prev_map = in Parse()
171 new unwindstack::MapInfo(prev_map, start, end, pgoff, flags, name)); in Parse()
226 unwindstack::MapInfo* map_info = metadata->maps.Find(fd.pc); in DoUnwind()
Dunwinding_unittest.cc67 unwindstack::MapInfo* map_info = in TEST()
/external/llvm/lib/IR/
DConstantsContext.h551 struct MapInfo {
585 typedef DenseSet<ConstantClass *, MapInfo> MapTy;
613 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
641 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h577 struct MapInfo {
619 using MapTy = DenseSet<ConstantClass *, MapInfo>;
648 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
676 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
/external/perfetto/buildtools/
DBUILD.gn748 "android-core/libunwindstack/MapInfo.cpp",
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5394 struct MapInfo { in generateAllInfo() struct
5403 llvm::DenseMap<const ValueDecl *, SmallVector<MapInfo, 8>> Info; in generateAllInfo()
5430 for (MapInfo &L : M.second) { in generateAllInfo()