Searched refs:CompilerConfig (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DRSCompilerDriver.h32 class CompilerConfig;
43 CompilerConfig *mConfig;
87 void setConfig(CompilerConfig *config) {
114 const CompilerConfig * getConfig() const {
H A DCompiler.h35 class CompilerConfig;
93 explicit Compiler(const CompilerConfig &pConfig);
95 enum ErrorCode config(const CompilerConfig &pConfig);
H A DCompilerConfig.h36 class CompilerConfig { class in namespace:bcc
62 // These are generated by CompilerConfig during initialize().
121 explicit CompilerConfig(const std::string &pTriple);
123 virtual ~CompilerConfig() { }
H A DScript.h33 class CompilerConfig;
/frameworks/compile/libbcc/lib/
H A DCompilerConfig.cpp17 #include "bcc/CompilerConfig.h"
52 CompilerConfig::CompilerConfig(const std::string &pTriple) function in class:CompilerConfig
84 bool CompilerConfig::initializeTarget() {
96 bool CompilerConfig::initializeArch() {
237 void CompilerConfig::setFeatureString(const std::vector<std::string> &pAttrs) {
H A DCompiler.cpp24 #include "bcc/CompilerConfig.h"
124 "(missing call to CompilerConfig::initialize()?)";
165 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr),
179 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) {
H A DRSCompilerDriver.cpp27 #include "bcc/CompilerConfig.h"
84 mConfig = new (std::nothrow) CompilerConfig(DEFAULT_TARGET_TRIPLE_STRING);
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp31 #include <bcc/CompilerConfig.h>
149 CompilerConfig *config = nullptr;
151 config = new (std::nothrow) CompilerConfig(OptTargetTriple);
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp41 #include <bcc/CompilerConfig.h>
224 CompilerConfig *config = nullptr;
226 config = new (std::nothrow) CompilerConfig(OptTargetTriple);

Completed in 164 milliseconds