Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp256 StopAddress("stop-address", cl::desc("Stop disassembly at address"), variable
1239 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1733 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local
1741 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()
/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()