Searched refs:endAddress (Results 1 – 3 of 3) sorted by relevance
205 uint64_t endAddress() const { return Range.end(); } in endAddress() function
375 uint64_t endAddress = startAddress + D::getSymSize(*sym);380 uint64_t lastPage = endAddress / pageSize;
315 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable()