Searched refs:CodegenOptions (Results 1 – 2 of 2) sorted by relevance
686 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()690 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()691 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
234 std::vector<std::string> CodegenOptions; member