OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitcode
(Results
176 - 200
of
343
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
50
llvm::cl::desc("<input
bitcode
files>"));
90
// of generating shared library directly from given
bitcode
. It only
95
"the input
bitcode
to the shared "
99
OptShared("shared", llvm::cl::desc("Create a shared library from input
bitcode
"
229
// There's only one input
bitcode
file.
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
10
#include "llvm/
Bitcode
/ReaderWriter.h"
15
#include "llvm/
Bitcode
/BitstreamReader.h"
16
#include "llvm/
Bitcode
/LLVMBitCodes.h"
145
// Contains an arbitrary and optional string identifying the
bitcode
producer
150
// Support older
bitcode
without the MODULE_CODE_METADATA_VALUES record.
187
// Map the
bitcode
's custom MDKind ID to the Module's MDKind ID.
252
/// \brief Main interface to parsing a
bitcode
buffer.
262
/// Cheap mechanism to just extract the identification block out of
bitcode
.
283
// "epoch" encoded in the
bitcode
.
413
/// Class to manage reading and parsing function summary index
bitcode
[
all
...]
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
28
#include "llvm/
Bitcode
/ReaderWriter.h"
175
MetadataExtractor::MetadataExtractor(const char *
bitcode
, size_t bitcodeSize)
176
: mModule(nullptr), mBitcode(
bitcode
), mBitcodeSize(bitcodeSize),
187
BitcodeWrapper wrapper(
bitcode
, bitcodeSize);
406
// Handle legacy case for pre-ICS
bitcode
that doesn't contain a metadata
591
ALOGE("Invalid/empty
bitcode
/module");
608
ALOGE("Could not parse
bitcode
file");
/external/llvm/tools/llvm-extract/
llvm-extract.cpp
17
#include "llvm/
Bitcode
/BitcodeWriterPass.h"
39
InputFilename(cl::Positional, cl::desc("<input
bitcode
file>"),
95
cl::desc("Preserve use-list order when writing LLVM
bitcode
."),
/external/llvm/docs/
BitCodeFormat.rst
5
LLVM
Bitcode
File Format
20
What is commonly known as the LLVM
bitcode
file format (also, sometimes
65
The first two bytes of a
bitcode
file are 'BC' (``0x42``, ``0x43``). The second
66
two bytes are an application-specific magic number. Generic
bitcode
tools can
67
look at only the first two bytes to verify the file is
bitcode
, while
171
meaning is defined by
Bitcode
; block IDs 8 and greater are application
432
llvm-bcanalyzer can use this to dump out
bitcode
files symbolically.
437
use this to dump out
bitcode
files symbolically.
445
Bitcode
Wrapper Format
448
Bitcode
files for LLVM IR may optionally be wrapped in a simple wrappe
[
all
...]
/external/clang/
RenderScriptPrebuilts.md
48
updating the various snapshots of
Bitcode
Readers/Writers.
/external/clang/include/clang/CodeGen/
CodeGenAction.h
28
// Vector of {Linker::Flags, Module*} pairs to specify
bitcode
/external/clang/include/clang/Frontend/
SerializedDiagnosticReader.h
15
#include "llvm/
Bitcode
/BitstreamReader.h"
/external/clang/lib/Frontend/
TestModuleFileExtension.cpp
13
#include "llvm/
Bitcode
/BitstreamWriter.h"
/external/llvm/docs/CommandGuide/
llvm-config.rst
166
Includes either a native JIT or the
bitcode
interpreter.
/external/llvm/lib/Object/
Error.cpp
49
return "
Bitcode
section not found in object file";
/external/llvm/lib/Support/
DataStream.cpp
12
//
bitcode
. An example implementation of streaming from a file or stdin
/external/llvm/test/Bitcode/
calling-conventions.3.2.ll
6
; older
bitcode
files.
constant-sequence.ll
1
; Round trip constant sequences through
bitcode
conversionInstructions.3.2.ll
5
; older
bitcode
files.
linkage-types-3.2.ll
6
; older
bitcode
files.
/external/llvm/test/Linker/
only-needed-named-metadata.ll
27
; catch any cross-module references to metadata, which the
bitcode
writer
/external/llvm/test/Transforms/FunctionImport/
funcimport.ll
1
; Do setup work for all below tests: generate
bitcode
and combined index
funcimport_debug.ll
1
; Do setup work for all below tests: generate
bitcode
and combined index
/external/llvm/tools/opt/
NewPMDriver.cpp
19
#include "llvm/
Bitcode
/BitcodeWriterPass.h"
/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/;
/frameworks/compile/libbcc/include/bcc/
Source.h
89
// Get the "identifier" of the
bitcode
. This will return the value of pName
/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/
rsd_cpu.h
125
uint8_t const *
bitcode
, size_t bitcodeSize,
Completed in 536 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>