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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 34 entry.EndAddress = data.getAddress(offset_ptr);
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
62 BaseAddress = RLE.EndAddress;
65 BaseAddress + RLE.EndAddress));
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 36 uint64_t EndAddress;
41 return (StartAddress == 0) && (EndAddress == 0);
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 220 // segment of \a DwarfSegmentSize size. \a EndAddress is updated to point at the
229 uint64_t &GapForDwarf, uint64_t &EndAddress) {
243 uint64_t PrevEndAddress = EndAddress;
244 EndAddress = RoundUpToAlignment(EndAddress, 0x1000);
245 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress &&
246 Segment.vmaddr - EndAddress >= DwarfSegmentSize)
247 GapForDwarf = EndAddress;
250 EndAddress =
448 uint64_t EndAddress = 0
    [all...]
DwarfLinker.cpp 730 if (Range.StartAddress == Range.EndAddress)
735 Range.EndAddress + OrigLowPc <= FuncRange.stop()))
738 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize);
    [all...]
  /external/llvm/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 452 static_cast<uint32_t>(RF.EndAddress))
482 /*offsetof(RuntimeFunction, EndAddress)*/ 4,
483 RF.EndAddress);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 165 SW.printString("EndAddress",
166 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 328 DHCP_IPV6_ADDRESS EndAddress;
winternl.h 575 ULONG EndAddress;
    [all...]
winnt.h     [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 781 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset);
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 536 support::ulittle32_t EndAddress;

Completed in 329 milliseconds