Home
last modified time | relevance | path

Searched refs:EndAddress (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp34 entry.EndAddress = data.getAddress(offset_ptr); in extract()
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
62 BaseAddress = RLE.EndAddress; in getAbsoluteRanges()
65 BaseAddress + RLE.EndAddress)); in getAbsoluteRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp43 Entry.EndAddress = in extract()
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
75 BaseAddr = {RLE.EndAddress, RLE.SectionIndex}; in getAbsoluteRanges()
81 E.HighPC = RLE.EndAddress; in getAbsoluteRanges()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp43 Entry.EndAddress = in extract()
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
78 BaseAddr = {RLE.EndAddress, RLE.SectionIndex}; in getAbsoluteRanges()
86 E.HighPC = RLE.EndAddress; in getAbsoluteRanges()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp230 uint64_t &GapForDwarf, uint64_t &EndAddress) { in transferSegmentAndSections() argument
244 uint64_t PrevEndAddress = EndAddress; in transferSegmentAndSections()
245 EndAddress = alignTo(EndAddress, 0x1000); in transferSegmentAndSections()
246 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress && in transferSegmentAndSections()
247 Segment.vmaddr - EndAddress >= DwarfSegmentSize) in transferSegmentAndSections()
248 GapForDwarf = EndAddress; in transferSegmentAndSections()
251 EndAddress = in transferSegmentAndSections()
448 uint64_t EndAddress = 0; in generateDsymCompanion() local
455 DwarfSegmentSize, GapForDwarf, EndAddress); in generateDsymCompanion()
460 DwarfSegmentSize, GapForDwarf, EndAddress); in generateDsymCompanion()
[all …]
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp252 uint64_t &GapForDwarf, uint64_t &EndAddress) { in transferSegmentAndSections() argument
268 uint64_t PrevEndAddress = EndAddress; in transferSegmentAndSections()
269 EndAddress = alignTo(EndAddress, 0x1000); in transferSegmentAndSections()
270 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress && in transferSegmentAndSections()
271 Segment.vmaddr - EndAddress >= DwarfSegmentSize) in transferSegmentAndSections()
272 GapForDwarf = EndAddress; in transferSegmentAndSections()
275 EndAddress = in transferSegmentAndSections()
504 uint64_t EndAddress = 0; in generateDsymCompanion() local
511 DwarfSegmentSize, GapForDwarf, EndAddress); in generateDsymCompanion()
516 DwarfSegmentSize, GapForDwarf, EndAddress); in generateDsymCompanion()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h35 uint64_t EndAddress; member
43 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h36 uint64_t EndAddress; member
41 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h35 uint64_t EndAddress; member
43 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h27 mach_vm_address_t EndAddress() const { return m_start + m_size; } in EndAddress() function
36 return addr >= StartAddress() && addr < EndAddress(); in ContainsAddress()
DMachVMRegion.cpp48 mach_vm_address_t end_addr = EndAddress(); in SetProtections()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Ddata_sharing.cu87 const uintptr_t EndAddress = (uintptr_t)SlotP->DataEnd; in data_sharing_push_stack_common() local
93 if (EndAddress < RequestedEndAddress) { in data_sharing_push_stack_common()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp454 range.SetByteSize(runtime_function->EndAddress - in GetAddressRange()
502 runtime_function->EndAddress - runtime_function->StartAddress)); in GetUnwindPlan()
525 runtime_function->EndAddress > rva) in FindRuntimeFunctionIntersectsWithRange()
531 if (runtime_function->EndAddress <= rva) in FindRuntimeFunctionIntersectsWithRange()
/external/llvm/include/llvm/Support/
DWin64EH.h71 support::ulittle32_t EndAddress; member
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.h23 DWORD EndAddress; member
Dwin32_stack_frame_unwinder_unittest.cc109 runtime_function.EndAddress = runtime_function.BeginAddress + 256; in SetHasRuntimeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h89 support::ulittle32_t EndAddress; member
/external/llvm-project/llvm/include/llvm/Support/
DWin64EH.h95 support::ulittle32_t EndAddress; member
/external/llvm-project/llvm/test/CodeGen/X86/
Dwin64_eh_leaf.ll17 ; READOBJ-NEXT: EndAddress: not_leaf
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp299 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
304 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
307 MS->emitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
/external/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c98 .EndAddress = anv_address_add(src, size - 1), in genX()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp254 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable() local
255 const uint64_t RangeSize = EndAddress - StartAddress; in convertFunctionLineTable()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp525 static_cast<uint32_t>(RF.EndAddress)) in printRuntimeFunction()
556 RF.EndAddress); in printRuntimeFunctionRels()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp539 static_cast<uint32_t>(RF.EndAddress)) in printRuntimeFunction()
570 RF.EndAddress); in printRuntimeFunctionRels()
/external/google-breakpad/src/common/windows/
Dpe_util.cc366 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset); in PrintPEFrameData()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); in printRuntimeFunctionEntry()

12