Searched refs:RMap (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstatic_range_map_unittest.cc48 typedef google_breakpad::RangeMap< AddressType, EntryType > RMap; typedef in namespace:__anon5244
176 void StoreTest(RMap* range_map, const RangeTest* range_test);
199 void TestStaticRangeMap::StoreTest(RMap* range_map,
355 scoped_ptr<RMap> rmap(new RMap());
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h196 bool parse(DataExtractor debug_line_data, const RelocAddrMap *RMap,
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp248 const RelocAddrMap *RMap,
299 RelocAddrMap::const_iterator AI = RMap->find(*offset_ptr);
300 if (AI != RMap->end()) {
247 parse(DataExtractor debug_line_data, const RelocAddrMap *RMap, uint32_t *offset_ptr) argument

Completed in 353 milliseconds