OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitcode
(Results
201 - 225
of
264
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/llvm/include/llvm/ADT/
APFloat.h
261
/// @brief Used by the
Bitcode
serializer to emit APInts to
Bitcode
.
264
/// @brief Used by the
Bitcode
deserializer to deserialize APInts.
/external/llvm/docs/
FAQ.rst
254
* *against:* the .ll parser is slower than the
bitcode
reader when
259
3. **Emit LLVM
bitcode
from your compiler's native language.**
261
* *for:* can use the more-efficient
bitcode
reader when interfacing to the
264
* *against:* you'll have to re-engineer the LLVM IR object model and
bitcode
291
Can I compile C or C++ code to platform-independent LLVM
bitcode
?
WritingAnLLVMPass.rst
225
compile "Hello World" to LLVM. We can now run the
bitcode
file (hello.bc) for
226
the program through our transformation like this (or course, any
bitcode
file
251
USAGE: opt [options] <input
bitcode
>
286
0.0100 (100.0%) 0.0000 ( 0.0%) 0.0100 ( 50.0%) 0.0402 ( 84.0%)
Bitcode
Writer
[
all
...]
/prebuilts/sdk/tools/linux/
llvm-rs-cc
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1
//===---
Bitcode
/Writer/BitcodeWriter.cpp -
Bitcode
Writer ----------------===//
10
//
Bitcode
writer implementation.
14
#include "llvm/
Bitcode
/ReaderWriter.h"
17
#include "llvm/
Bitcode
/BitstreamWriter.h"
18
#include "llvm/
Bitcode
/LLVMBitCodes.h"
41
/// These are manifest constants used by the
bitcode
writer. They do not need to
[
all
...]
ValueEnumerator.cpp
1
//===-- ValueEnumerator.cpp - Number values and types for
bitcode
writer --===//
362
// references of these in the
bitcode
reader.
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
1
//===---
Bitcode
/Writer/BitcodeWriter.cpp -
Bitcode
Writer ----------------===//
10
//
Bitcode
writer implementation.
17
#include "llvm/
Bitcode
/BitstreamWriter.h"
18
#include "llvm/
Bitcode
/LLVMBitCodes.h"
41
/// These are manifest constants used by the
bitcode
writer. They do not need to
[
all
...]
ValueEnumerator.cpp
1
//===-- ValueEnumerator.cpp - Number values and types for
bitcode
writer --===//
364
// references of these in the
bitcode
reader.
/external/clang/lib/Serialization/
GlobalModuleIndex.cpp
23
#include "llvm/
Bitcode
/BitstreamReader.h"
24
#include "llvm/
Bitcode
/BitstreamWriter.h"
724
// Write the block-info block, which describes the records in this
bitcode
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
11
// execution of LLVM
bitcode
in an efficient manner.
628
// read from
bitcode
, and we are jitting non-lazily, emit it now.
668
"' from
bitcode
file: " + ErrorMsg);
/external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
36
//
bitcode
produced from multiple front-ends is handled conservatively.
/external/llvm/lib/Support/
Path.cpp
220
return type == fs::file_magic::
bitcode
;
PathV2.cpp
754
return file_magic::
bitcode
;
758
return file_magic::
bitcode
;
/external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp
11
// JIT-compile
bitcode
to native PowerPC.
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
338
// Materialize the
bitcode
module.
/frameworks/compile/slang/
RSCCOptions.td
82
def bitcode_storage : Separate<["-"], "
bitcode
-storage">,
llvm-rs-cc.cpp
164
// The optimization level used in CodeGen, and encoded in emitted
bitcode
/external/clang/docs/tools/
clang.pod
276
stored in the LLVM
bitcode
file format and whole program optimization is done at
318
otherwise this generates LLVM
bitcode
format object files (which may be passed
/frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp
1
//===-- ValueEnumerator.cpp - Number values and types for
bitcode
writer --===//
374
// references of these in the
bitcode
reader.
/frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp
1
//===-- ValueEnumerator.cpp - Number values and types for
bitcode
writer --===//
374
// references of these in the
bitcode
reader.
/external/clang/include/clang/Serialization/
ASTBitCodes.h
1
//===- ASTBitCodes.h - Enum values for the PCH
bitcode
format ---*- C++ -*-===//
10
// This header defines
Bitcode
enum values for Clang serialized AST files.
22
#include "llvm/
Bitcode
/BitCodes.h"
[
all
...]
Module.h
23
#include "llvm/
Bitcode
/BitstreamReader.h"
/external/clang/lib/Driver/
ToolChains.h
523
/// TCEToolChain - A tool chain using the llvm
bitcode
tools to perform
/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";
Completed in 805 milliseconds
1
2
3
4
5
6
7
8
9
10
11