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

1 2 3 4 5 67 8 91011>>

  /external/llvm/tools/bugpoint/
BugDriver.h 174 std::string Bitcode,
249 /// runPasses - Run the specified passes on Program, outputting a bitcode
252 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
275 /// bitcode file. If an error occurs, true is returned.
299 /// ParseInputFile - Given a bitcode or assembly input filename, parse and
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 11 // prints out the names of symbols in a bitcode or object file, along with some
20 #include "llvm/Bitcode/ReaderWriter.h"
56 InputFilenames(cl::Positional, cl::desc("<input bitcode files>"),
351 if (magic == sys::fs::file_magic::bitcode) {
392 // Try opening it as a bitcode file.
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 20 #include "llvm/Bitcode/ReaderWriter.h"
172 errMsg = "could not open bitcode file for writing: ";
177 // write bitcode to it
182 errMsg = "could not write bitcode file: ";
429 // If the bitcode files contain ARC code and were compiled with optimization,
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 55 llvm::cl::desc("<input bitcode files>"));
97 // of generating shared library directly from given bitcode. It only
102 "the input bitcode to the shared "
106 OptShared("shared", llvm::cl::desc("Create a shared library from input bitcode "
232 // There's only one input bitcode file.
  /external/llvm/docs/
GettingStarted.rst 16 contains an assembler, disassembler, bitcode analyzer and bitcode optimizer. It
22 bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
196 assemble, disassemble, analyze, and optimize LLVM bitcode. Code generation
435 ``LLVM_LIB_SEARCH_PATH=/path/to/your/bitcode/libs``
438 locations of your bitcode libraries. It is provided only as a convenience
440 C/C++ front-end will automatically use the bitcode files installed in its
    [all...]
  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 117 // requiring that the bitcode size be known, or otherwise ensuring that
127 /// remaining bytes down by s. This is used to skip past the bitcode header,
160 assert(0 && "Unexpected short read fetching bitcode");
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 21 #include "llvm/Bitcode/ReaderWriter.h"
43 BitcodeFile(cl::Positional, cl::desc("<program bitcode file>"),
265 // Read in the bitcode file...
  /art/compiler/sea_ir/
frontend.cc 20 #include <llvm/Bitcode/ReaderWriter.h>
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 87 if env.Bit('bitcode'):
  /external/llvm/docs/CommandGuide/
llvm-config.rst 166 Includes either a native JIT or the bitcode interpreter.
  /external/llvm/include/llvm/Analysis/
ConstantsScanner.h 11 // a method. This is used by the Bitcode & Assembly writers to build constant
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
167 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
231 /// @brief Main interface to parsing a bitcode buffer.
  /external/llvm/lib/IRReader/
IRReader.cpp 13 #include "llvm/Bitcode/ReaderWriter.h"
  /external/llvm/lib/Object/
ObjectFile.cpp 49 case sys::fs::file_magic::bitcode:
  /external/llvm/lib/Support/
DataStream.cpp 12 // bitcode. An example implementation of streaming from a file or stdin
StreamableMemoryObject.cpp 82 // If the bitcode has a header, then its size is known, and we don't have to
  /external/llvm/utils/
GenLibDeps.pl 97 $libpath =~ s/^BitReader/Bitcode\/Reader/;
98 $libpath =~ s/^BitWriter/Bitcode\/Writer/;
138 $libpath =~ s/^BitReader/Bitcode\/Reader/;
139 $libpath =~ s/^BitWriter/Bitcode\/Writer/;
profile.pl 59 die "Must specify LLVM bitcode file as first argument!" if (@ARGV == 0);
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 24 // Class representing a variable-size metadata field in the bitcode header.
  /frameworks/compile/slang/
README.rst 12 * Bitcode file. Note that the bitcode here denotes the LLVM (Low-Level
13 Virtual Machine) bitcode representation, which will be consumed on
27 machine-dependent code generation for some input bitcode.
  /frameworks/rs/cpu_ref/
rsCpuScript.h 50 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
rsd_cpu.h 120 uint8_t const *bitcode, size_t bitcodeSize,
  /frameworks/rs/driver/
rsdBcc.h 25 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
building.rst 169 Bitcode linker
171 Lists symbols in bitcode files, native code, and libraries
212 separate bitcode files. For example:
265 **static** library from a set of bitcode files, which can later be linked
281 also be used link together compiled bitcode and libraries into a
290 This links the hello world bitcode with the ``foo`` library in the example
626 PNaCl has restrictions on what is supported in bitcode. There is a bitcode
  /external/chromium_org/native_client_sdk/src/doc/
nacl-and-pnacl.rst 47 #. compiling the source code to a portable bitcode format, and
48 #. translating the bitcode to a host-specific executable.

Completed in 1106 milliseconds

1 2 3 4 5 67 8 91011>>