Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp313 static cl::opt<uint64_t> StopAddress("stop-address", variable
1845 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()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1719 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local
1727 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()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3032 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local
3040 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()