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 37 static int encode_leb128(uint64_t val, int *nbytes, function in namespace:llvm
64 uint64_t encode_leb128(const char *str) function in namespace:llvm
76 int retval = encode_leb128(temp64.x, &nbytes, encoded, 16);

Completed in 1394 milliseconds