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

  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 234 ULEB = decodeULEB128(OpCode + 1, &Count);
243 ULEB = decodeULEB128(OpCode + 1, &Count);
281 ULEB = decodeULEB128(OpCode + 1, &Count);
290 ULEB = decodeULEB128(OpCode + 1, &Count);
385 Entry.TerminalSize = decodeULEB128(CurrPtr, &Count);
388 Entry.Flags = decodeULEB128(CurrPtr, &Count);
392 Entry.Other = decodeULEB128(CurrPtr, &Count);
396 Entry.Address = decodeULEB128(CurrPtr, &Count);
399 Entry.Other = decodeULEB128(CurrPtr, &Count);
414 Child.NodeOffset = decodeULEB128(CurrPtr, &Count)
    [all...]
  /external/llvm/include/llvm/Support/
LEB128.h 80 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 116 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 232 size_t augdata_size = llvm::decodeULEB128((const uint8_t*)handler, &offset);
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 48 Result = decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N);
555 decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N);
563 decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N);
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 77 uint64_t Value = decodeULEB128(Data + Offset, &Length);
564 uint64_t Value = decodeULEB128(Data + Offset, &Length);
576 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/lib/ProfileData/
InstrProf.cpp 302 uint64_t UncompressedSize = decodeULEB128(P, &N);
304 uint64_t CompressedSize = decodeULEB128(P, &N);
SampleProfReader.cpp 247 uint64_t Val = decodeULEB128(Data, &NumBytesRead);
483 uint64_t Magic = decodeULEB128(Data);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 791 unsigned Opc = decodeULEB128(Buffer);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 513 uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n);
547 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n);
554 uint64_t value = decodeULEB128((const uint8_t *)(loh + i), &n);
    [all...]

Completed in 1218 milliseconds