Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp210 static uint64_t StopAddress = UINT64_MAX; variable
1244 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()
1251 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()
1677 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
1871 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
2224 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()
2454 parseIntArg(InputArgs, OBJDUMP_stop_address_EQ, StopAddress); in parseObjdumpOptions()
2580 if (StartAddress >= StopAddress) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1701 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local
1709 if (StopAddress != -1ULL) { in patchLineTableForUnit()
1722 StopAddress = Row.Address.Address + Range->second.Offset; in patchLineTableForUnit()
1726 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()
1730 NextLine.Address.Address = StopAddress; in patchLineTableForUnit()