HomeSort by relevance Sort by last modified time
    Searched refs:MemAddr (Results 1 - 16 of 16) sorted by null

  /external/google-breakpad/src/processor/
source_line_resolver_base_types.h 71 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line)
77 MemAddr address;
78 MemAddr size;
86 MemAddr function_address,
87 MemAddr code_size,
93 MemAddr address;
94 MemAddr size;
103 MemAddr set_address,
110 MemAddr address
    [all...]
fast_source_line_resolver_types.h 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))
    [all...]
basic_source_line_resolver_types.h 61 MemAddr function_address,
62 MemAddr code_size,
68 RangeMap< MemAddr, linked_ptr<Line> > lines;
145 RangeMap< MemAddr, linked_ptr<Function> > functions_;
146 AddressMap< MemAddr, linked_ptr<PublicSymbol> > public_symbols_;
153 ContainedRangeMap< MemAddr, linked_ptr<WindowsFrameInfo> >
165 RangeMap<MemAddr, string> cfi_initial_rules_;
172 std::map<MemAddr, string> cfi_delta_rules_;
module_serializer.h 117 RangeMapSerializer<MemAddr, linked_ptr<Function> > functions_serializer_;
118 AddressMapSerializer<MemAddr, linked_ptr<PublicSymbol> > pubsym_serializer_;
119 ContainedRangeMapSerializer<MemAddr,
121 RangeMapSerializer<MemAddr, string> cfi_init_rules_serializer_;
122 StdMapSerializer<MemAddr, string> cfi_delta_rules_serializer_;
fast_source_line_resolver.cc 65 MemAddr address = frame->instruction - frame->module->base_address();
77 MemAddr function_base;
78 MemAddr function_size;
79 MemAddr public_address;
90 MemAddr line_base;
174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]);
176 StaticAddressMap<MemAddr, PublicSymbol>(mem_buffer + offsets[map_id++]);
179 StaticContainedRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]);
182 StaticRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]);
183 cfi_delta_rules_ = StaticMap<MemAddr, char>(mem_buffer + offsets[map_id++])
    [all...]
simple_serializer.h 45 typedef uint64_t MemAddr;
module_comparer.h 88 bool CompareCRM(const ContainedRangeMap<MemAddr, linked_ptr<WFI> >*,
89 const StaticContainedRangeMap<MemAddr, char>*) const;
module_comparer.cc 110 RangeMap<MemAddr, linked_ptr<BasicFunc> >::MapConstIterator iter1;
111 StaticRangeMap<MemAddr, FastFunc>::MapConstIterator iter2;
129 AddressMap<MemAddr, linked_ptr<BasicPubSymbol> >::MapConstIterator iter1;
130 StaticAddressMap<MemAddr, FastPubSymbol>::MapConstIterator iter2;
153 RangeMap<MemAddr, string>::MapConstIterator iter1;
154 StaticRangeMap<MemAddr, char>::MapConstIterator iter2;
172 map<MemAddr, string>::const_iterator iter1;
173 StaticMap<MemAddr, char>::iterator iter2;
200 RangeMap<MemAddr, linked_ptr<BasicLine> >::MapConstIterator iter1;
201 StaticRangeMap<MemAddr, FastLine>::MapConstIterator iter2
    [all...]
simple_serializer-inl.h 102 return SimpleSerializer<MemAddr>::SizeOf(line.address)
103 + SimpleSerializer<MemAddr>::SizeOf(line.size)
108 dest = SimpleSerializer<MemAddr>::Write(line.address, dest);
109 dest = SimpleSerializer<MemAddr>::Write(line.size, dest);
123 + SimpleSerializer<MemAddr>::SizeOf(pubsymbol.address)
128 dest = SimpleSerializer<MemAddr>::Write(pubsymbol.address, dest);
193 size += SimpleSerializer<MemAddr>::SizeOf(func.address);
194 size += SimpleSerializer<MemAddr>::SizeOf(func.size);
202 dest = SimpleSerializer<MemAddr>::Write(func.address, dest);
203 dest = SimpleSerializer<MemAddr>::Write(func.size, dest)
    [all...]
basic_source_line_resolver.cc 191 MemAddr address = frame->instruction - frame->module->base_address();
201 MemAddr function_base;
202 MemAddr function_size;
203 MemAddr public_address;
211 MemAddr line_base;
230 MemAddr address = frame->instruction - frame->module->base_address();
256 MemAddr function_base, function_size;
268 MemAddr public_address;
279 MemAddr address = frame->instruction - frame->module->base_address();
280 MemAddr initial_base, initial_size
    [all...]
module_serializer.cc 48 RangeMapSerializer< MemAddr, linked_ptr<BasicSourceLineResolver::Line> >
  /external/google-breakpad/src/google_breakpad/processor/
source_line_resolver_interface.h 51 typedef uint64_t MemAddr;
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 200 const llvm::Value *MemAddr) {
201 const auto *GV = dyn_cast<GlobalValue>(MemAddr);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 300 milliseconds