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

1 23 4

  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 721 Binary,
732 clEnumValN(format::Binary, "binary",
733 "read in binary machine code."),
747 clEnumValN(format::Binary, "binary",
748 "generate binary machine code."),
1005 else if (format::Binary == ArgOFormat) {
1010 if (format::Binary == ArgFormat)
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 108 if (LinkerConfig::Binary == config().codeGenType())
176 case LinkerConfig::Binary: {
684 case LinkerConfig::Binary:
703 case LinkerConfig::Binary:
782 case LinkerConfig::Binary: {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 3 * Binary Ajax 0.1.5
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
99 (* Parse the primary expression after the binary operator. *)
116 let lhs = Ast.Binary (c, lhs, rhs) in
codegen.ml 20 | Ast.Binary (op, lhs, rhs) ->
32 | _ -> raise (Error "invalid binary operator")
  /external/llvm/include/llvm/Object/
ObjectFile.h 18 #include "llvm/Object/Binary.h"
273 class ObjectFile : public Binary {
392 static inline bool classof(const Binary *v) {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 78 case MCExpr::Binary: {
MCELFStreamer.cpp 309 case MCExpr::Binary: {
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 241 pConfig.setCodeGenType(LinkerConfig::Binary);
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 65 LinkerConfig::Binary == m_Config.codeGenType());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/clang/include/clang/Basic/
IdentifierTable.h 752 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
  /external/clang/lib/AST/
DeclarationName.cpp 222 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
StmtPrinter.cpp 1141 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 524 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 652 OwningPtr<Binary> child;
681 // Attempt to open the binary.
682 OwningPtr<Binary> binary; local
683 if (error_code ec = createBinary(file, binary)) {
688 if (Archive *a = dyn_cast<Archive>(binary.get()))
690 else if (ObjectFile *o = dyn_cast<ObjectFile>(binary.get()))
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 29 | Ast.Binary (op, lhs, rhs) ->
42 (* If it wasn't a builtin binary operator, it must be a user defined
44 let callee = "binary" ^ (String.make 1 op) in
48 | None -> raise (Error "binary operator not found!")
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
29 * Constructs a Splay tree. A splay tree is a self-balancing binary
193 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/v8/tools/
splaytree.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
30 * Constructs a Splay tree. A splay tree is a self-balancing binary
219 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 38 | Ast.Binary (op, lhs, rhs) ->
71 (* If it wasn't a builtin binary operator, it must be a user defined
73 let callee = "binary" ^ (String.make 1 op) in
77 | None -> raise (Error "binary operator not found!")
  /external/v8/benchmarks/
splay.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
124 * Constructs a Splay tree. A splay tree is a self-balancing binary
288 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
118 * Constructs a Splay tree. A splay tree is a self-balancing binary
267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
118 * Constructs a Splay tree. A splay tree is a self-balancing binary
267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
119 * Constructs a Splay tree. A splay tree is a self-balancing binary
283 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan

Completed in 1239 milliseconds

1 23 4