Home
last modified time | relevance | path

Searched refs:StopAddress (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp215 static uint64_t StopAddress = UINT64_MAX; variable
1489 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()
1496 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()
1955 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
2171 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
2572 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()
2815 parseIntArg(InputArgs, OBJDUMP_stop_address_EQ, StopAddress); in parseObjdumpOptions()
2944 if (StartAddress >= StopAddress) in main()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1740 uint64_t StopAddress = in patchLineTableForUnit() local
1744 if (StopAddress != -1ULL) { in patchLineTableForUnit()
1753 StopAddress = Row.Address.Address + (*Range).second; in patchLineTableForUnit()
1756 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()
1760 NextLine.Address.Address = StopAddress; in patchLineTableForUnit()