HomeSort by relevance Sort by last modified time
    Searched refs:Binary (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 65 static inline bool classof(const Binary *v) {
118 // actual memory. Ultimately, the Binary parent class will take ownership of
  /external/llvm/lib/Object/
COFFObjectFile.cpp 434 : ObjectFile(Binary::ID_COFF, Object, ec)
MachOObjectFile.cpp 32 : ObjectFile(Binary::ID_MachO, Object, ec),
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 708 case MCExpr::Binary: {
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /external/webkit/Tools/Scripts/
VCSUtils.pm 5 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
555 # isBinary: the value 1 if the diff is for a binary file.
626 } elsif (/^GIT binary patch$/ ) {
629 # The "git diff" command includes a line of the form "Binary files
630 # <path1> and <path2> differ" if the --binary flag is not used.
631 } elsif (/^Binary files / ) {
632 die("Error: the Git diff contains a binary file without the binary data in ".
633 "line: \"$_\". Be sure to use the --binary flag when invoking \"git diff\" "
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 121 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary;
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 213 /// of a binary expression.
222 if (Expr->getKind() == MCExpr::Binary) {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 148 (* Standard Binary Operators *)
    [all...]
llvm.mli 47 (** Used to efficiently handle large buffers of read-only binary data.
198 (* Standard Binary Operators *)
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 902 case MCExpr::Binary: {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/blktrace/doc/
blktrace.tex 465 via the\emph{-O} option. A merged binary stream can be produced using
494 -O & --no-text-output & Do \emph{not} produce text output, used for binary (-d) only \\ \hline
496 -d \emph{file} & --dump-binary=\emph{file} & Binary output file \\ \hline
510 -M & --no-msgs & Do not add messages to binary output file \\\hline
    [all...]
  /external/v8/src/
messages.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
353 // Binary search to find line # from position range.
    [all...]
  /external/bison/
maint.mk 756 exclude='^Binary file .* matches$$' \
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 640 milliseconds

1 2 34