Searched refs:CodegenOptions (Results 1 – 2 of 2) sorted by relevance
596 CodegenOptions.push_back(o.first); in setCodeGenDebugOptions()601 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()604 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
218 std::vector<std::string> CodegenOptions; member