HomeSort by relevance Sort by last modified time
    Searched refs:encode_leb128 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXutil.h 22 uint64_t encode_leb128(const char *str);
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);

Completed in 196 milliseconds