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