Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2975 uint64_t StopAddress = CurrRange != InvalidRange in patchLineTableForUnit() local
2983 if (StopAddress != -1ULL) { in patchLineTableForUnit()
2996 StopAddress = Row.Address + Range->second.second; in patchLineTableForUnit()
3000 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()
3004 NextLine.Address = StopAddress; in patchLineTableForUnit()