HomeSort by relevance Sort by last modified time
    Searched refs:bcinfo (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/libbcc/bcinfo/tools/
Android.mk 23 LOCAL_MODULE := bcinfo
main.cpp 17 #include <bcinfo/BitcodeTranslator.h>
18 #include <bcinfo/MetadataExtractor.h>
37 // This file corresponds to the standalone bcinfo tool. It prints a variety of
78 static void dumpMetadata(bcinfo::MetadataExtractor *ME) {
171 bcinfo::BitcodeTranslator *BT =
172 new bcinfo::BitcodeTranslator(bitcode, bitcodeSize, version);
178 bcinfo::MetadataExtractor *ME =
179 new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h 22 namespace bcinfo { namespace
68 } // namespace bcinfo
BitcodeWrapper.h 23 namespace bcinfo { namespace
89 } // namespace bcinfo
MetadataExtractor.h 27 namespace bcinfo { namespace
134 } // namespace bcinfo
  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 17 #include "bcinfo/BitcodeWrapper.h"
19 #define LOG_TAG "bcinfo"
27 namespace bcinfo { namespace
68 } // namespace bcinfo
BitcodeTranslator.cpp 17 #include "bcinfo/BitcodeTranslator.h"
21 #define LOG_TAG "bcinfo"
33 namespace bcinfo { namespace
127 } // namespace bcinfo
MetadataExtractor.cpp 17 #include "bcinfo/MetadataExtractor.h"
19 #define LOG_TAG "bcinfo"
30 namespace bcinfo { namespace
268 } // namespace bcinfo
  /frameworks/base/libs/rs/
rsScriptC.cpp 23 #include <bcinfo/BitcodeTranslator.h>
24 #include <bcinfo/BitcodeWrapper.h>
201 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeLen);
208 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) {
221 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen,
rsScriptC.h 25 #include "bcinfo/BitcodeTranslator.h"
69 bcinfo::BitcodeTranslator *BT;
  /frameworks/base/libs/rs/driver/
rsdBcc.cpp 22 #include <bcinfo/MetadataExtractor.h>
44 bcinfo::MetadataExtractor *ME;
93 drv->ME = new bcinfo::MetadataExtractor((const char*)drv->mScriptText,
96 LOGE("bcinfo: failed to read script metadata");
  /frameworks/compile/slang/
slang_backend.cpp 22 #include "bcinfo/BitcodeWrapper.h"
235 struct bcinfo::BCWrapperHeader header;

Completed in 149 milliseconds