Searched refs:MapInfo (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | unwinding.cc | 168 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()
|
D | unwinding_unittest.cc | 67 unwindstack::MapInfo* map_info = in TEST()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 551 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/ |
D | ConstantsContext.h | 577 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/ |
D | BUILD.gn | 748 "android-core/libunwindstack/MapInfo.cpp",
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5394 struct MapInfo { in generateAllInfo() struct 5403 llvm::DenseMap<const ValueDecl *, SmallVector<MapInfo, 8>> Info; in generateAllInfo() 5430 for (MapInfo &L : M.second) { in generateAllInfo()
|