Searched refs:CodegenOptions (Results 1 – 2 of 2) sorted by relevance
597 CodegenOptions.push_back(o.first); in setCodeGenDebugOptions()602 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()605 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
227 std::vector<std::string> CodegenOptions; member