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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
48 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
48 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned Padding = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
48 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned Padding = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
48 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
48 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned Padding = 0) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
48 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned Padding = 0) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS,
50 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
  /external/llvm/include/llvm/Support/
LEB128.h 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS) {
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 285 encodeSLEB128(Data, OS);
296 encodeSLEB128(Entry.TerminalSize, OS);
298 encodeSLEB128(Entry.Flags, OS);
300 encodeSLEB128(Entry.Other, OS);
304 encodeSLEB128(Entry.Address, OS);
306 encodeSLEB128(Entry.Other, OS);
313 encodeSLEB128(EE.NodeOffset, OS);
  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 96 encodeSLEB128(DWord, OSE);
  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 80 encodeSLEB128(Value, OS);
  /external/llvm/unittests/Support/
LEB128Test.cpp 19 TEST(LEB128Test, EncodeSLEB128) {
22 /* encodeSLEB128(uint64_t, raw_ostream &) */ \
26 encodeSLEB128(VALUE, Stream); \
  /external/llvm/lib/MC/
MCAssembler.cpp 797 encodeSLEB128(Value, OSE);
MCStreamer.cpp 111 encodeSLEB128(Value, OSE);
MCDwarf.cpp 458 encodeSLEB128(LineDelta, OS);
    [all...]

Completed in 3389 milliseconds