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()237 uint64_t InsnID = readULEB(); in executeMatchTable()267 uint64_t InsnID = readULEB(); in executeMatchTable()268 uint64_t OpIdx = readULEB(); in executeMatchTable()315 uint64_t InsnID = readULEB(); in executeMatchTable()316 uint64_t Expected = readULEB(); in executeMatchTable()[all …]
905 static uint64_t readULEB(const unsigned char *&P) { in readULEB() function919 unsigned KeyLen = readULEB(P); in readULEBKeyDataLength()923 unsigned DataLen = readULEB(P); in readULEBKeyDataLength()