Searched refs:SplitDwarfOutput (Results 1 – 6 of 6) sorted by relevance
105 std::string SplitDwarfOutput; member302 Opts.SplitDwarfOutput = in CreateFromArgs()434 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()435 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()602 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()603 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
139 std::string SplitDwarfOutput; member
1120 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()1121 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()1247 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
256 std::string SplitDwarfOutput; variable
383 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
7487 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;