Searched refs:max_offset (Results 1 – 4 of 4) sorted by relevance
357 int32_t max_offset = INT32_MIN; in GetTypeBitSize() local364 if (cur_offset > max_offset) { in GetTypeBitSize()365 max_offset = cur_offset; in GetTypeBitSize()371 size = 8 * (max_offset + sizeof_max); in GetTypeBitSize()
56 uint16_t max_offset) const;
86 uint16_t max_offset) const { in GetULEB128()89 while (offset < max_offset) { in GetULEB128()
941 define void @max_offset(i1 %c) {943 ; CHECK-LABEL: define {{[^@]+}}@max_offset