OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTranslatedBitcode
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h
56
const char *
getTranslatedBitcode
() const {
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
299
ME.reset(new bcinfo::MetadataExtractor(BT->
getTranslatedBitcode
(),
309
const char *translatedBitcode = BT->
getTranslatedBitcode
();
/frameworks/rs/
rsScriptC.cpp
264
bitcode = (const uint8_t *) BT->
getTranslatedBitcode
();
Completed in 121 milliseconds