Searched refs:CodegenOptions (Results 1 – 2 of 2) sorted by relevance
627 CodegenOptions.push_back(Option); in setCodeGenDebugOptions()632 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()635 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
228 std::vector<std::string> CodegenOptions; member