HomeSort by relevance Sort by last modified time
    Searched full:leb128 (Results 51 - 75 of 335) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/google-breakpad/src/common/
test_assembler_unittest.cc     [all...]
  /external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 14 #include "llvm/Support/LEB128.h"
  /external/llvm/lib/Support/
CMakeLists.txt 64 LEB128.cpp
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmInfoCOFF.cpp 34 HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 55 HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.cc 67 LEB128(data_alignment_factor);
167 LEB128(address);
cfi_assembler.h 165 // unsigned LEB128 length, followed by that many bytes of data.
210 CFISection &LEB128(long long v) { Section::LEB128(v); return *this; }
  /external/llvm/include/llvm/Support/
LEB128.h 1 //===- llvm/Support/LEB128.h - [SU]LEB128 utility functions -----*- C++ -*-===//
DataExtractor.h 299 /// Extract a signed LEB128 value from \a *offset_ptr.
301 /// Extracts an signed LEB128 number from this object's data
317 /// Extract a unsigned LEB128 value from \a *offset_ptr.
319 /// Extracts an unsigned LEB128 number from this object's data
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind-arm-common.h 239 /* leb128 type numbers have a potentially unlimited size.
241 is to have efficient data types large enough to hold the leb128 type
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind-arm-common.h 239 /* leb128 type numbers have a potentially unlimited size.
241 is to have efficient data types large enough to hold the leb128 type
  /art/libdexfile/dex/
compact_offset_table.cc 20 #include "base/leb128.h"
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 594 * Reads a DWARFv3-style signed LEB128 integer to the specified stream.
616 throw new IOException ("invalid LEB128 sequence");
628 * Reads a DWARFv3-style unsigned LEB128 integer to the specified stream.
648 throw new IOException ("invalid LEB128 sequence");
EncodedArrayItem.java 56 * leb128 type is used to represent some things.
  /dalvik/libdex/
DexCatch.h 25 #include "Leb128.h"
  /external/elfutils/libebl/
libeblP.h 98 /* LEB128 constant helper macros. */
  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 21 #include "llvm/Support/LEB128.h"
  /external/llvm/tools/llvm-cov/
TestingSupport.cpp 13 #include "llvm/Support/LEB128.h"
  /external/llvm/unittests/Support/
DataExtractorTest.cpp 101 TEST(DataExtractorTest, LEB128) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataExtractor.h 297 /// Extract a signed LEB128 value from \a *offset_ptr.
299 /// Extracts an signed LEB128 number from this object's data
315 /// Extract a unsigned LEB128 value from \a *offset_ptr.
317 /// Extracts an unsigned LEB128 number from this object's data
  /external/swiftshader/third_party/LLVM/unittests/Support/
DataExtractorTest.cpp 100 TEST(DataExtractorTest, LEB128) {
  /external/v8/src/wasm/
decoder.h 181 // Reads a LEB128 variable-length unsigned 32-bit integer and advances {pc_}.
186 // Reads a LEB128 variable-length signed 32-bit integer and advances {pc_}.
339 // A signed-LEB128 must sign-extend the final byte, excluding its
340 // most-signifcant bit. e.g. for a 32-bit LEB128:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 299 /// Extract a signed LEB128 value from \a *offset_ptr.
301 /// Extracts an signed LEB128 number from this object's data
317 /// Extract a unsigned LEB128 value from \a *offset_ptr.
319 /// Extracts an unsigned LEB128 number from this object's data
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 299 /// Extract a signed LEB128 value from \a *offset_ptr.
301 /// Extracts an signed LEB128 number from this object's data
317 /// Extract a unsigned LEB128 value from \a *offset_ptr.
319 /// Extracts an unsigned LEB128 number from this object's data
  /toolchain/binutils/binutils-2.27/gold/testsuite/
leb128_unittest.cc 86 Register_test leb128_register("LEB128", Leb128_test);

Completed in 572 milliseconds

1 23 4 5 6 7 8 91011>>