Searched refs:SplitDwarfOutput (Results 1 – 6 of 6) sorted by relevance
104 std::string SplitDwarfOutput; member297 Opts.SplitDwarfOutput = in CreateFromArgs()425 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()426 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()593 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()594 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
132 std::string SplitDwarfOutput; member
1068 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()1069 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()1185 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
248 std::string SplitDwarfOutput; variable
374 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
6152 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;