Searched refs:readULEB (Results 1 – 2 of 2) sorted by relevance
102 const auto readULEB = [&]() { in executeMatchTable()154 uint64_t NewInsnID = readULEB(); in executeMatchTable()155 uint64_t InsnID = readULEB(); in executeMatchTable()156 uint64_t OpIdx = readULEB(); in executeMatchTable()213 uint64_t InsnID = readULEB(); in executeMatchTable()236 uint64_t InsnID = readULEB(); in executeMatchTable()266 uint64_t InsnID = readULEB(); in executeMatchTable()267 uint64_t OpIdx = readULEB(); in executeMatchTable()313 uint64_t InsnID = readULEB(); in executeMatchTable()314 uint64_t Expected = readULEB(); in executeMatchTable()[all …]
876 static uint64_t readULEB(const unsigned char *&P) { in readULEB() function890 unsigned KeyLen = readULEB(P); in readULEBKeyDataLength()894 unsigned DataLen = readULEB(P); in readULEBKeyDataLength()