NVPTXutil.cpp | 36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) { function in namespace:llvm 61 uint64_t encode_leb128(const char *str) { function in namespace:llvm 75 int retval = encode_leb128(temp64.x, &nbytes, encoded, 16);
|