Searched refs:SplitDwarfOutput (Results 1 – 6 of 6) sorted by relevance
112 std::string SplitDwarfOutput; member327 Opts.SplitDwarfOutput = in CreateFromArgs()464 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()465 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()626 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()627 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
136 std::string SplitDwarfOutput; member
1133 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()1134 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()1260 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
260 std::string SplitDwarfOutput; variable
381 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
7801 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;