Searched refs:CodegenOptions (Results 1 – 3 of 3) sorted by relevance
665 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()669 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()670 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
2217 SmallVector<StringRef, 0> CodegenOptions; member in __anona29527bd2511::OutOfProcessThinBackend2318 auto &Ops = CodegenOptions; in buildCommonRemoteCompilerOptions()2380 for (const auto &A : CodegenOptions) in emitDistributorJson()
238 std::vector<std::string> CodegenOptions; member