Searched refs:CompilerConfig (Results 1 – 10 of 10) sorted by relevance
32 class CompilerConfig; variable43 CompilerConfig *mConfig;87 void setConfig(CompilerConfig *config) { in setConfig()114 const CompilerConfig * getConfig() const { in getConfig()
35 class CompilerConfig; variable93 explicit Compiler(const CompilerConfig &pConfig);95 enum ErrorCode config(const CompilerConfig &pConfig);
36 class CompilerConfig {121 explicit CompilerConfig(const std::string &pTriple);123 virtual ~CompilerConfig() { } in ~CompilerConfig()
33 class CompilerConfig; variable
52 CompilerConfig::CompilerConfig(const std::string &pTriple) in CompilerConfig() function in CompilerConfig84 bool CompilerConfig::initializeTarget() { in initializeTarget()96 bool CompilerConfig::initializeArch() { in initializeArch()237 void CompilerConfig::setFeatureString(const std::vector<std::string> &pAttrs) { in setFeatureString()
25 "CompilerConfig.cpp",
165 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr), in Compiler()179 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config()
84 mConfig = new (std::nothrow) CompilerConfig(DEFAULT_TARGET_TRIPLE_STRING); in setupConfig()
149 CompilerConfig *config = nullptr; in ConfigCompiler()151 config = new (std::nothrow) CompilerConfig(OptTargetTriple); in ConfigCompiler()
235 CompilerConfig *config = nullptr; in ConfigCompiler()237 config = new (std::nothrow) CompilerConfig(OptTargetTriple); in ConfigCompiler()