Searched refs:SplitDwarfOutput (Results 1 – 6 of 6) sorted by relevance
103 std::string SplitDwarfOutput; member278 Opts.SplitDwarfOutput = in CreateFromArgs()402 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()403 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()567 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()568 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
130 std::string SplitDwarfOutput; member
996 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()997 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()1110 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
228 std::string SplitDwarfOutput; variable
373 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
5973 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;