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

  /frameworks/rs/rsov/compiler/
RSSPIRVWriter.h 27 namespace bcinfo { namespace
29 } // namespace bcinfo
Context.h 21 #include "bcinfo/MetadataExtractor.h"
39 namespace bcinfo { namespace
62 bool Initialize(std::unique_ptr<bcinfo::MetadataExtractor> ME);
99 const bcinfo::MetadataExtractor &getMetadata() const { return *mMetadata; }
117 std::unique_ptr<bcinfo::MetadataExtractor> mMetadata;
  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 17 #include "bcinfo/BitcodeWrapper.h"
18 #include "bcinfo/Wrap/bitcode_wrapperer.h"
19 #include "bcinfo/Wrap/in_memory_wrapper_input.h"
26 namespace bcinfo { namespace
56 } // namespace bcinfo
BitcodeTranslator.cpp 17 #include "bcinfo/BitcodeTranslator.h"
19 #include "bcinfo/BitcodeWrapper.h"
28 #define LOG_TAG "bcinfo"
41 namespace bcinfo { namespace
183 } // namespace bcinfo
MetadataExtractor.cpp 17 #include "bcinfo/MetadataExtractor.h"
19 #include "bcinfo/BitcodeWrapper.h"
22 #define LOG_TAG "bcinfo"
40 namespace bcinfo { namespace
695 } // namespace bcinfo
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/
BitcodeTranslator.h 22 namespace bcinfo { namespace
68 } // namespace bcinfo
BitcodeWrapper.h 20 #include "bcinfo/Wrap/BCHeaderField.h"
25 namespace bcinfo { namespace
151 } // namespace bcinfo
MetadataExtractor.h 31 namespace bcinfo { namespace
399 } // namespace bcinfo
  /frameworks/compile/libbcc/include/bcc/
Source.h 26 namespace bcinfo { namespace
40 bcinfo::MetadataExtractor *mMetadata;
106 bcinfo::MetadataExtractor* getMetadata() const { return mMetadata; }
  /frameworks/rs/cpu_ref/
rsCpuScript.h 31 namespace bcinfo { namespace
33 } // namespace bcinfo
119 const char* findCoreLib(const bcinfo::MetadataExtractor& bitCodeMetaData, const char* bitcode,

Completed in 364 milliseconds