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

  /external/llvm/include/llvm/Support/
LEB128.h 94 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 149 inline int64_t decodeSLEB128(const uint8_t *p, unsigned *n = nullptr,
  /external/llvm/unittests/Support/
LEB128Test.cpp 122 TEST(LEB128Test, DecodeSLEB128) {
126 int64_t Actual = decodeSLEB128(reinterpret_cast<const uint8_t *>(VALUE), \
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 296 SLEB = decodeSLEB128(OpCode + 1, &Count);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 506 milliseconds