OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitcode
(Results
76 - 100
of
305
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h
69
// Send
bitcode
bytes to the translator. Called from the main thread.
108
// there is no
bitcode
to send to the translator), and the main thread
109
// appends to data_buffers_ and signals it when it receives
bitcode
.
/external/llvm/examples/ModuleMaker/
ModuleMaker.cpp
11
// emitting it as a
bitcode
file to standard out. This is just to show how
16
#include "llvm/
Bitcode
/ReaderWriter.h"
58
// Output the
bitcode
file to stdout
README.txt
7
LLVM
bitcode
file to standard output. It is designed to show some basic
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp
1
//===---
Bitcode
/Writer/BitcodeWriterPass.cpp -
Bitcode
Writer ------------===//
31
const char *getPassName() const { return "
Bitcode
Writer"; }
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp
1
//===---
Bitcode
/Writer/BitcodeWriterPass.cpp -
Bitcode
Writer ------------===//
31
const char *getPassName() const { return "
Bitcode
Writer"; }
/prebuilts/sdk/tools/linux/
bcc_compat
/external/llvm/docs/CommandGuide/
lli.rst
1
lli - directly execute programs from LLVM
bitcode
16
**lli** directly executes programs in LLVM
bitcode
format. It takes a program
17
in LLVM
bitcode
format and executes it using a just-in-time compiler, if one is
22
If *filename* is not specified, then **lli** reads the LLVM
bitcode
for the
88
Override the target triple specified in the input
bitcode
file with the
97
encoded in the
bitcode
file. See the output of **llc -help** for a list of
/external/llvm/include/llvm-c/
BitReader.h
11
|* implements input of the LLVM
bitcode
format. *|
35
/* Builds a module from the
bitcode
in the specified memory buffer, returning a
/external/llvm/lib/Bitcode/Reader/
BitReader.cpp
11
#include "llvm/
Bitcode
/ReaderWriter.h"
20
/* Builds a module from the
bitcode
in the specified memory buffer, returning a
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp
11
#include "llvm/
Bitcode
/ReaderWriter.h"
19
/* Builds a module from the
bitcode
in the specified memory buffer, returning a
BitReader_2_7.h
22
#include "llvm/
Bitcode
/BitstreamReader.h"
23
#include "llvm/
Bitcode
/LLVMBitCodes.h"
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp
11
#include "llvm/
Bitcode
/ReaderWriter.h"
19
/* Builds a module from the
bitcode
in the specified memory buffer, returning a
BitReader_3_0.h
21
#include "llvm/
Bitcode
/BitstreamReader.h"
22
#include "llvm/
Bitcode
/LLVMBitCodes.h"
/frameworks/compile/slang/lit-tests/
README
6
used to verify certain strings are present in the output
bitcode
files.
25
more than just emitted
bitcode
. For example, with some changes to the testcases
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm_emit.h
37
unsigned char *
bitcode
, unsigned bitcode_len,
/external/clang/include/clang/CodeGen/
BackendUtil.h
27
Backend_EmitBC, ///< Emit LLVM
bitcode
files
/external/clang/test/CodeGen/
arm-pnaclcall.c
5
// Test that functions with pnaclcall attribute generate portable
bitcode
/external/llvm/examples/BrainF/
BrainFDriver.cpp
11
// which it can then run using the JIT or output as
BitCode
.
21
// ./BrainF prog.bf #Write as
BitCode
23
// lli prog.bf.bc #Run generated
BitCode
29
#include "llvm/
Bitcode
/ReaderWriter.h"
/external/llvm/lib/
Makefile
13
PARALLEL_DIRS := IR AsmParser
Bitcode
Analysis Transforms CodeGen \
/external/llvm/tools/llvm-link/
llvm-link.cpp
17
#include "llvm/
Bitcode
/ReaderWriter.h"
34
cl::desc("<input
bitcode
files>"));
53
// LoadFile - Read the specified
bitcode
file in and return it. This routine
120
if (Verbose) errs() << "Writing
bitcode
...\n";
/external/llvm/unittests/
Makefile
12
PARALLEL_DIRS = ADT Analysis
Bitcode
DebugInfo ExecutionEngine IR Object \
/external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.h
37
unsigned char *
bitcode
, unsigned bitcode_len,
/frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_output.h
17
// Defines utility allowing files for
bitcode
output wrapping.
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
28
#include "llvm/
Bitcode
/ReaderWriter.h"
64
MetadataExtractor::MetadataExtractor(const char *
bitcode
, size_t bitcodeSize)
65
: mModule(NULL), mBitcode(
bitcode
), mBitcodeSize(bitcodeSize),
72
BitcodeWrapper wrapper(
bitcode
, bitcodeSize);
335
// Handle legacy case for pre-ICS
bitcode
that doesn't contain a metadata
408
ALOGE("Invalid/empty
bitcode
/module");
424
ALOGE("Could not parse
bitcode
file");
/external/llvm/docs/
GoldPlugin.rst
69
You can produce
bitcode
files from ``clang`` using ``-emit-llvm`` or
86
bitcode
and native code.
124
$ clang -flto a.c -c -o a.o # <-- a.o is LLVM
bitcode
file
125
$ ar q a.a a.o # <-- a.a is an archive with LLVM
bitcode
136
Once your system ``ld``, ``ar``, and ``nm`` all support LLVM
bitcode
,
Completed in 443 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>