Searched refs:secrels (Results 1 – 1 of 1) sorted by relevance
1486 DenseMap<uint32_t, uint32_t> secrels; in findLineTable() local1494 secrels[r.VirtualAddress] = s->getValue(); in findLineTable()1523 auto i = secrels.find(offsetInDbgC); in findLineTable()1524 if (i == secrels.end()) in findLineTable()