Lines Matching defs:AddrIdx
262 // The AddrIdx is the first index of the function info entries that match
267 for (uint64_t AddrIdx = FirstAddrIdx; AddrIdx < NumAddresses; ++AddrIdx) {
268 auto ExpextedData = getFunctionInfoDataAtIndex(AddrIdx, FuncStartAddr);
299 GsymReader::getFunctionInfoDataAtIndex(uint64_t AddrIdx,
301 if (AddrIdx >= getNumAddresses())
303 "invalid address index %" PRIu64, AddrIdx);
304 const uint32_t AddrInfoOffset = AddrInfoOffsets[AddrIdx];
312 std::optional<uint64_t> OptFuncStartAddr = getAddress(AddrIdx);
315 "failed to extract address[%" PRIu64 "]", AddrIdx);