Searched refs:SplitDwarfOutput (Results 1 – 6 of 6) sorted by relevance
109 std::string SplitDwarfOutput; member331 Opts.SplitDwarfOutput = in CreateFromArgs()472 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()473 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()637 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()638 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
142 std::string SplitDwarfOutput; member
1231 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()1232 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()1367 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
268 std::string SplitDwarfOutput; variable
412 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
8343 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;