OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbitcode
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp
32
: mFileType(BC_NOT_BC),
mBitcode
(bitcode),
36
InMemoryWrapperInput inMem(
mBitcode
, mBitcodeSize);
BitcodeTranslator.cpp
72
:
mBitcode
(bitcode), mBitcodeSize(bitcodeSize), mTranslatedBitcode(NULL),
90
if (!
mBitcode
|| !mBitcodeSize) {
95
BitcodeWrapper BCWrapper(
mBitcode
, mBitcodeSize);
112
mTranslatedBitcode =
mBitcode
;
122
llvm::StringRef(
mBitcode
, mBitcodeSize), "", false));
MetadataExtractor.cpp
65
: mModule(NULL),
mBitcode
(bitcode), mBitcodeSize(bitcodeSize),
79
: mModule(module),
mBitcode
(NULL), mBitcodeSize(0), mExportVarCount(0),
407
if (!(
mBitcode
&& mBitcodeSize) && !mModule) {
418
llvm::StringRef(
mBitcode
, mBitcodeSize), "", false));
/frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h
26
const char *
mBitcode
;
BitcodeWrapper.h
52
const char *
mBitcode
;
MetadataExtractor.h
39
const char *
mBitcode
;
Completed in 80 milliseconds