Searched refs:CompilerConfig (Results 1 – 9 of 9) sorted by relevance
50 CompilerConfig::CompilerConfig(const std::string &pTriple) in CompilerConfig() function in CompilerConfig99 bool CompilerConfig::initializeTarget() { in initializeTarget()111 bool CompilerConfig::initializeArch() { in initializeArch()262 void CompilerConfig::setFeatureString(const std::vector<std::string> &pAttrs) { in setFeatureString()
25 CompilerConfig.cpp \
32 class CompilerConfig; variable43 CompilerConfig *mConfig;87 void setConfig(CompilerConfig *config) { in setConfig()
35 class CompilerConfig {120 CompilerConfig(const std::string &pTriple);122 virtual ~CompilerConfig() { } in ~CompilerConfig()
37 class CompilerConfig; variable93 Compiler(const CompilerConfig &pConfig);95 enum ErrorCode config(const CompilerConfig &pConfig);
153 CompilerConfig *config = nullptr; in ConfigCompiler()155 config = new (std::nothrow) CompilerConfig(OptTargetTriple); in ConfigCompiler()
92 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr), in Compiler()106 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config()
227 CompilerConfig *config = nullptr; in ConfigCompiler()229 config = new (std::nothrow) CompilerConfig(OptTargetTriple); in ConfigCompiler()
87 mConfig = new (std::nothrow) CompilerConfig(DEFAULT_TARGET_TRIPLE_STRING); in setupConfig()