HomeSort by: relevance | last modified time | path
    Searched defs:More (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LEB128.h 25 bool More;
31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
34 if (More || Count < PadTo)
35 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
37 } while (More);
55 bool More;
60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
63 if (More || Count < PadTo)
64 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
66 } while (More);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
66 bool More;
70 More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
72 if (More)
73 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
75 } while (More);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 410 return malformedError("more than one LC_SYMTAB command");
468 return malformedError("more than one LC_DYSYMTAB command");
602 return malformedError("more than one " + Twine(CmdName) + " command");
639 return malformedError("more than one LC_DYLD_INFO and or LC_DYLD_INFO_ONLY "
769 return malformedError("more than one LC_ID_DYLIB command");
818 return malformedError("more than one LC_VERSION_MIN_MACOSX, "
915 return malformedError("more than one LC_ENCRYPTION_INFO and or "
1201 return malformedError("more than one LC_TWOLEVEL_HINTS command");
1388 Err = malformedError("more than one LC_UUID command");
1468 Err = malformedError("more than one LC_SOURCE_VERSION command")
    [all...]

Completed in 74 milliseconds