Home
last modified time | relevance | path

Searched refs:EndAddress (Results 1 – 9 of 9) 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.cpp229 uint64_t &GapForDwarf, uint64_t &EndAddress) { in transferSegmentAndSections() argument
243 uint64_t PrevEndAddress = EndAddress; in transferSegmentAndSections()
244 EndAddress = RoundUpToAlignment(EndAddress, 0x1000); in transferSegmentAndSections()
245 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress && in transferSegmentAndSections()
246 Segment.vmaddr - EndAddress >= DwarfSegmentSize) in transferSegmentAndSections()
247 GapForDwarf = EndAddress; in transferSegmentAndSections()
250 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.cpp730 if (Range.StartAddress == Range.EndAddress) in emitRangesEntries()
735 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
738 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h36 uint64_t EndAddress; member
41 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
/external/llvm/include/llvm/Support/
DWin64EH.h71 support::ulittle32_t EndAddress; member
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp452 static_cast<uint32_t>(RF.EndAddress)) in printRuntimeFunction()
483 RF.EndAddress); in printRuntimeFunctionRels()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp166 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.h536 support::ulittle32_t EndAddress; member