Home
last modified time | relevance | path

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

/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/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 …]
DDwarfLinker.cpp732 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
737 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
740 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp50 Entry.EndAddress = in extract()
71 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
81 BaseAddr = {RLE.EndAddress, RLE.SectionIndex}; in getAbsoluteRanges()
87 E.HighPC = RLE.EndAddress; in getAbsoluteRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp245 uint64_t &GapForDwarf, uint64_t &EndAddress) { in transferSegmentAndSections() argument
261 uint64_t PrevEndAddress = EndAddress; in transferSegmentAndSections()
262 EndAddress = alignTo(EndAddress, 0x1000); in transferSegmentAndSections()
263 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress && in transferSegmentAndSections()
264 Segment.vmaddr - EndAddress >= DwarfSegmentSize) in transferSegmentAndSections()
265 GapForDwarf = EndAddress; in transferSegmentAndSections()
268 EndAddress = in transferSegmentAndSections()
471 uint64_t EndAddress = 0; in generateDsymCompanion() local
478 DwarfSegmentSize, GapForDwarf, EndAddress); in generateDsymCompanion()
483 DwarfSegmentSize, GapForDwarf, EndAddress); in generateDsymCompanion()
[all …]
DDwarfStreamer.cpp287 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
292 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
295 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp26 uint8_t *EndAddress) { in extractFunction() argument
28 uintptr_t Size = EndAddress - StartAddress + 1; in extractFunction()
31 assert(Size >= (uint64_t)(EndAddress - StartAddress + 1) && in extractFunction()
DRuntimeDyldImpl.h66 uint8_t *EndAddress);
/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-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h37 uint64_t EndAddress; member
45 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
/external/llvm/include/llvm/Support/
DWin64EH.h71 support::ulittle32_t EndAddress; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DWin64EH.h71 support::ulittle32_t EndAddress; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin64_eh_leaf.ll17 ; READOBJ-NEXT: EndAddress: not_leaf
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h286 vb[0].EndAddress = vb[0].BufferStartingAddress; in blorp_emit_vertex_buffers()
287 vb[0].EndAddress.offset += size - 1; in blorp_emit_vertex_buffers()
307 vb[1].EndAddress = vb[1].BufferStartingAddress; in blorp_emit_vertex_buffers()
308 vb[1].EndAddress.offset += size - 1; in blorp_emit_vertex_buffers()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp520 static_cast<uint32_t>(RF.EndAddress)) in printRuntimeFunction()
551 RF.EndAddress); in printRuntimeFunctionRels()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp525 static_cast<uint32_t>(RF.EndAddress)) in printRuntimeFunction()
556 RF.EndAddress); in printRuntimeFunctionRels()
/external/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c144 .EndAddress = { src, src_offset + size - 1 }, in genX()
DgenX_cmd_buffer.c2109 .EndAddress = { buffer->bo, buffer->offset + buffer->size - 1}, in genX()
2220 .EndAddress = { bo, offset + size }, in emit_vertex_bo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); in printRuntimeFunctionEntry()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); in printRuntimeFunctionEntry()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc781 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset); in PrintFrameDataUsingEXE()
/external/llvm/include/llvm/Object/
DCOFF.h607 support::ulittle32_t EndAddress; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h700 support::ulittle32_t EndAddress; member
/external/libunwind_llvm/src/
DUnwindCursor.hpp1796 _info.end_ip = base + unwindEntry->EndAddress; in getInfoFromSEH()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c333 .EndAddress = ro_bo(bo, end_offset - 1), in genX()