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