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

  /external/llvm/include/llvm/Support/
LEB128.h 80 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr) {
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 235 size_t augdata_size = llvm::decodeULEB128((const uint8_t*)handler, &offset);
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 76 uint64_t Value = decodeULEB128(Data + Offset, &Length);
547 uint64_t Value = decodeULEB128(Data + Offset, &Length);
559 uint64_t Tag = decodeULEB128(Data + Offset, &Length);
  /external/llvm/unittests/Support/
LEB128Test.cpp 87 TEST(LEB128Test, DecodeULEB128) {
91 uint64_t Actual = decodeULEB128(reinterpret_cast<const uint8_t *>(VALUE), \
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 818 unsigned Opc = decodeULEB128(Buffer);
    [all...]

Completed in 178 milliseconds