Home
last modified time | relevance | path

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

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