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

1 2

  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 37 uint64_t EndAddress;
45 return (StartAddress == 0) && (EndAddress == 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 50 Entry.EndAddress =
71 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
81 BaseAddr = {RLE.EndAddress, RLE.SectionIndex};
87 E.HighPC = RLE.EndAddress;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 26 uint8_t *EndAddress) {
28 uintptr_t Size = EndAddress - StartAddress + 1;
31 assert(Size >= (uint64_t)(EndAddress - StartAddress + 1) &&
RuntimeDyldImpl.h 66 uint8_t *EndAddress);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmCacheMaintenanceLib/
ArmCacheMaintenanceLib.c 33 UINTN EndAddress = (UINTN)Start + Length;
36 while (AlignedAddress < EndAddress) {
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 221 // segment of \a DwarfSegmentSize size. \a EndAddress is updated to point at the
230 uint64_t &GapForDwarf, uint64_t &EndAddress) {
244 uint64_t PrevEndAddress = EndAddress;
245 EndAddress = alignTo(EndAddress, 0x1000);
246 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress &&
247 Segment.vmaddr - EndAddress >= DwarfSegmentSize)
248 GapForDwarf = EndAddress;
251 EndAddress =
448 uint64_t EndAddress = 0
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachOUtils.cpp 236 // segment of \a DwarfSegmentSize size. \a EndAddress is updated to point at the
245 uint64_t &GapForDwarf, uint64_t &EndAddress) {
261 uint64_t PrevEndAddress = EndAddress;
262 EndAddress = alignTo(EndAddress, 0x1000);
263 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress &&
264 Segment.vmaddr - EndAddress >= DwarfSegmentSize)
265 GapForDwarf = EndAddress;
268 EndAddress =
471 uint64_t EndAddress = 0
    [all...]
  /external/llvm/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 114 UINT32 EndAddress;
124 EndAddress = Start + Length - 1;
125 if ((Start < PAM_BASE_ADDRESS) || EndAddress > PAM_LIMIT_ADDRESS) {
175 if ((EndAddress >= mSectionArray[Index].Start) && (EndAddress < (mSectionArray[Index].Start + mSectionArray[Index].Length))) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
HwDebug.c 101 UINTN EndAddress;
116 for (EndAddress = Address + (Length * Width); Address < EndAddress; Address += Width) {
Command.c 609 UINT8 *EndAddress;
618 for (EndAddress = Address + Length; Address < EndAddress; Offset += Line) {
620 for (Line = 0; (Line < 0x10) && (Address < EndAddress);) {
621 Bytes = EndAddress - Address;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c 433 BottomEntry->EndAddress = BaseAddress - 1;
437 if ((BaseAddress + Length - 1) < Entry->EndAddress) {
442 Entry->EndAddress = BaseAddress + Length - 1;
512 Entry->EndAddress = AdjacentEntry->EndAddress;
599 if (BaseAddress >= Entry->BaseAddress && BaseAddress <= Entry->EndAddress) {
604 (BaseAddress + Length - 1) <= Entry->EndAddress ) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 737 UINT64 EndAddress;
742 EndAddress = *Base +*Length - 1;
751 (EndAddress < VariableMtrr[Index].BaseAddress)
765 if (VariableMtrr[Index].BaseAddress <= *Base && MtrrEnd >= EndAddress) {
776 CombineEnd = EndAddress > MtrrEnd ? EndAddress : MtrrEnd;
784 EndAddress = CombineEnd;
791 if (VariableMtrr[Index].BaseAddress == *Base && MtrrEnd == EndAddress) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 660 UINTN EndAddress;
668 EndAddress = Address + EFI_PAGES_TO_SIZE (NumberOfPages);
672 if ((UINTN)Pages + EFI_PAGES_TO_SIZE (Pages->NumberOfPages) < EndAddress) {
675 return InternalAllocPagesOnOneNode (Pages, NumberOfPages, EndAddress);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 413 Entry->EndAddress < MAX_ADDRESS &&
435 Entry->EndAddress,
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c 713 UINT64 EndAddress;
718 EndAddress = *Base +*Length - 1;
727 (EndAddress < VariableMtrr[Index].BaseAddress)
741 if (VariableMtrr[Index].BaseAddress <= *Base && MtrrEnd >= EndAddress) {
752 CombineEnd = EndAddress > MtrrEnd ? EndAddress : MtrrEnd;
760 EndAddress = CombineEnd;
767 if (VariableMtrr[Index].BaseAddress == *Base && MtrrEnd == EndAddress) {
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_gpu_memcpy.c 144 .EndAddress = { src, src_offset + size - 1 },
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 525 static_cast<uint32_t>(RF.EndAddress))
555 /*offsetof(RuntimeFunction, EndAddress)*/ 4,
556 RF.EndAddress);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp 520 static_cast<uint32_t>(RF.EndAddress))
550 /*offsetof(RuntimeFunction, EndAddress)*/ 4,
551 RF.EndAddress);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 171 SW.printString("EndAddress",
172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress));
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h 286 vb[0].EndAddress = vb[0].BufferStartingAddress;
287 vb[0].EndAddress.offset += size - 1;
307 vb[1].EndAddress = vb[1].BufferStartingAddress;
308 vb[1].EndAddress.offset += size - 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 171 SW.printString("EndAddress",
172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress));

Completed in 1433 milliseconds

1 2