Searched refs:StopAddress (Results 1 – 3 of 3) sorted by relevance
256 StopAddress("stop-address", cl::desc("Stop disassembly at address"), variable1239 if (StartAddress > StopAddress) in DisassembleObject()1489 Start + SectionAddr > StopAddress) { in DisassembleObject()1507 if (End + SectionAddr > StopAddress) in DisassembleObject()1508 End = StopAddress - SectionAddr; in DisassembleObject()1564 Index + SectionAddr > StopAddress) { in DisassembleObject()1646 ((SectionAddr + Index) > StopAddress)) in DisassembleObject()1800 if (address < StartAddress || address > StopAddress || hidden) in PrintRelocations()1926 if ((Address < StartAddress) || (Address > StopAddress)) in PrintSymbolTable()
1733 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local1741 if (StopAddress != -1ULL) { in patchLineTableForUnit()1754 StopAddress = Row.Address + Range->second.Offset; in patchLineTableForUnit()1758 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()1762 NextLine.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()