Searched refs:StopAddress (Results 1 – 3 of 3) sorted by relevance
313 static cl::opt<uint64_t> StopAddress("stop-address", variable1845 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()1852 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()2277 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()2476 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()2805 else if (StopAddress.getNumOccurrences() == 0) in checkForInvalidStartStopAddress()2828 if (StartAddress.getNumOccurrences() || StopAddress.getNumOccurrences()) in dumpObject()2829 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()2966 if (StartAddress >= StopAddress) in main()
1719 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local1727 if (StopAddress != -1ULL) { in patchLineTableForUnit()1740 StopAddress = Row.Address.Address + Range->second.Offset; in patchLineTableForUnit()1744 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()1748 NextLine.Address.Address = StopAddress; in patchLineTableForUnit()
3032 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local3040 if (StopAddress != -1ULL) { in patchLineTableForUnit()3053 StopAddress = Row.Address + Range->second.second; in patchLineTableForUnit()3057 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()3061 NextLine.Address = StopAddress; in patchLineTableForUnit()