Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp339 static uint64_t StopAddress = UINT64_MAX; variable
2040 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()
2048 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()
2704 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
2890 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
3282 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()
3542 parseIntArg(InputArgs, OBJDUMP_stop_address_EQ, StopAddress); in parseObjdumpOptions()
3713 if (StartAddress >= StopAddress) in llvm_objdump_main()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1573 uint64_t StopAddress = in cloneAndEmitLineTable() local
1576 if (StopAddress != -1ULL && !Seq.empty()) { in cloneAndEmitLineTable()
1580 NextLine.Address.Address = StopAddress; in cloneAndEmitLineTable()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2189 uint64_t StopAddress = in generateLineTableForUnit() local
2192 if (StopAddress != -1ULL && !Seq.empty()) { in generateLineTableForUnit()
2196 NextLine.Address.Address = StopAddress; in generateLineTableForUnit()