HomeSort by relevance Sort by last modified time
    Searched full:bitcode (Results 251 - 275 of 305) sorted by null

<<111213

  /external/llvm/
CREDITS.TXT 51 D: Incremental bitcode loader
  /external/llvm/tools/llvm-config/
llvm-config.cpp 159 engine Either a native JIT or a bitcode interpreter.\n";
  /frameworks/compile/slang/
llvm-rs-cc.cpp 163 // The optimization level used in CodeGen, and encoded in emitted bitcode
slang.cpp 51 #include "llvm/Bitcode/ReaderWriter.h"
slang_rs_backend.cpp 291 slangAssert(F && "Function marked as exported disappeared in Bitcode");
  /external/chromium_org/native_client_sdk/src/doc/sdk/
release-notes.rst 38 * Please note that the `PNaCl bitcode ABI
39 <http://www.chromium.org/nativeclient/pnacl/bitcode-abi>`_ may still change
  /external/llvm/lib/Support/
Path.cpp 858 return file_magic::bitcode;
862 return file_magic::bitcode;
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 11 // bitcode or other files.
872 " This program archives bitcode files into single libraries\n"
  /external/llvm/docs/
Passes.rst 48 For example passes to extract functions to bitcode or write a module to bitcode
    [all...]
MakefileGuide.rst 719 Specifies the path to the LLVM bitcode linker tool
778 The directory into which bitcode libraries will ultimately be installed.
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
vs-addin.rst 131 .pexe file encodes your application as bitcode for a low level virtual machine
134 files. The Chrome client transforms the LLVM bitcode into machine instructions
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 194 example is our :doc:`PNaCl bitcode reference manual
195 <reference/pnacl-bitcode-abi>`.
  /external/clang/include/clang/Driver/
CC1Options.td 205 def mlink_bitcode_file : Separate<["-"], "mlink-bitcode-file">,
206 HelpText<"Link the given bitcode file before performing optimizations.">;
  /external/llvm/include/llvm/Support/
FileSystem.h 223 bitcode, ///< Bitcode file enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 404 // We may have pnacl-translate for isa-specific bitcode for CPU tuning.
plugin.h 317 // Callback used when a .nexe is translated from bitcode. If the translation
  /external/clang/include/clang/Basic/
TargetInfo.h 145 /// http://www.chromium.org/nativeclient/pnacl/bitcode-abi#TOC-Machine-Types
  /external/clang/include/clang/Serialization/
ASTWriter.h 30 #include "llvm/Bitcode/BitstreamWriter.h"
  /external/clang/lib/CodeGen/
BackendUtil.cpp 18 #include "llvm/Bitcode/ReaderWriter.h"
  /external/clang/lib/Driver/
ToolChains.h 605 /// TCEToolChain - A tool chain using the llvm bitcode tools to perform
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 24 #include "llvm/Bitcode/BitstreamReader.h"
  /external/clang/www/
hacking.html 322 can also use <tt>-emit-llvm-bc</tt> to write an LLVM bitcode file
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 20 #include "llvm/Bitcode/BitCodes.h"
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 36 // bitcode produced from multiple front-ends is handled conservatively.
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 526 case sys::fs::file_magic::bitcode:

Completed in 1536 milliseconds

<<111213