Searched refs:PosInDict (Results 1 – 1 of 1) sorted by relevance
217 auto PosInDict = Dict.find(N->Name); in dumpIndex() local218 assert(PosInDict != std::string::npos); in dumpIndex()219 uint8_t Low = PosInDict; in dumpIndex()220 uint8_t High = ((PosInDict >> 8) & 0xFF); in dumpIndex()