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