OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
73
:
mBitcode
(bitcode), mBitcodeSize(bitcodeSize), mTranslatedBitcode(nullptr),
91
if (!
mBitcode
|| !mBitcodeSize) {
96
BitcodeWrapper BCWrapper(
mBitcode
, mBitcodeSize);
114
mTranslatedBitcode =
mBitcode
;
124
llvm::StringRef(
mBitcode
, mBitcodeSize), "", false));
MetadataExtractor.cpp
176
: mModule(nullptr),
mBitcode
(bitcode), mBitcodeSize(bitcodeSize),
194
: mModule(module),
mBitcode
(nullptr), mBitcodeSize(0),
590
if (!(
mBitcode
&& mBitcodeSize) && !mModule) {
602
llvm::StringRef(
mBitcode
, mBitcodeSize), "", false));
/frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h
26
const char *
mBitcode
;
BitcodeWrapper.h
52
const char *
mBitcode
;
MetadataExtractor.h
87
const char *
mBitcode
;
Completed in 65 milliseconds