Home | History | Annotate | Download | only in processor

Lines Matching refs:MemAddr

64     address = *(reinterpret_cast<const MemAddr*>(raw));
65 size = *(reinterpret_cast<const MemAddr*>(raw + sizeof(address)));
84 address = *(reinterpret_cast<const MemAddr*>(raw + name_size));
85 size = *(reinterpret_cast<const MemAddr*>(
86 raw + name_size + sizeof(MemAddr)));
88 raw + name_size + 2 * sizeof(MemAddr)));
89 lines = StaticRangeMap<MemAddr, Line>(
90 raw + name_size + 2 * sizeof(MemAddr) + sizeof(int32_t));
93 StaticRangeMap<MemAddr, Line> lines;
107 address = *(reinterpret_cast<const MemAddr*>(raw + name_size));
109 raw + name_size + sizeof(MemAddr)));
153 StaticRangeMap<MemAddr, Function> functions_;
154 StaticAddressMap<MemAddr, PublicSymbol> public_symbols_;
161 StaticContainedRangeMap<MemAddr, char>
173 StaticRangeMap<MemAddr, char> cfi_initial_rules_;
180 StaticMap<MemAddr, char> cfi_delta_rules_;