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

1 2

  /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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 202 const Value *MemAddr) {
203 const auto *GV = dyn_cast<GlobalValue>(MemAddr);
206 if (const auto *CV = dyn_cast<Constant>(MemAddr))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 228 static bool memAddrUsesCTR(const PPCTargetMachine &TM, const Value *MemAddr) {
229 const auto *GV = dyn_cast<GlobalValue>(MemAddr);
232 if (const auto *CV = dyn_cast<Constant>(MemAddr))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 250 @param MemAddr TODO: add argument description
261 IN UINT64 MemAddr,
277 (*AdapterInfo->Virt2Phys_30) (MemAddr, (UINT64) (UINTN) PhyAddr);
288 if (MemAddr > FOUR_GIGABYTE) {
291 *PhyAddr = MemAddr;
296 MemAddr,
312 @param MemAddr TODO: add argument description
323 IN UINT64 MemAddr,
336 MemAddr,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 302 Value *MemAddr = nullptr;
308 MemAddr = SI->getPointerOperand();
311 MemAddr = LI->getPointerOperand();
314 if (dyn_cast<Constant>(MemAddr))
316 Value *Base = MemAddr->stripInBoundsConstantOffsets();
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.c 431 UINTN MemAddr;
476 MemAddr = (UINTN) DataPhysicalAddr;
481 Data64.Uint64 = (UINT64)MemAddr;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 542 UINTN MemAddr;
587 MemAddr = (UINTN) DataPhysicalAddr;
597 Data64.Uint64 = (UINT64)MemAddr;
601 MemAddr += EFI_AHCI_MAX_DATA_PER_PRDT;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 409 SDValue MemAddr = DAG.getConstant(LocMemOffset, dl,
411 MemAddr = DAG.getNode(ISD::ADD, dl, MVT::i32, StackPtr, MemAddr);
418 MemOpChains.push_back(CreateCopyOfByValArgument(Arg, MemAddr, Chain,
423 SDValue S = DAG.getStore(Chain, dl, Arg, MemAddr, LocPI);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 761 SDValue MemAddr = DAG.getConstant(LocMemOffset, dl,
763 MemAddr = DAG.getNode(ISD::ADD, dl, MVT::i32, StackPtr, MemAddr);
770 MemOpChains.push_back(CreateCopyOfByValArgument(Arg, MemAddr, Chain,
775 SDValue S = DAG.getStore(Chain, dl, Arg, MemAddr, LocPI, false,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]

Completed in 410 milliseconds

1 2