Searched refs:UseExceptions (Results 1 – 1 of 1) sorted by relevance
181 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() argument186 const char *crtbegin = UseExceptions ? "crtbegin.o" : "crtbegin_no_eh.o"; in AddStartFiles()217 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() argument222 const char *crtend = UseExceptions ? "crtend.o" : "crtend_no_eh.o"; in AddEndFiles()271 bool UseExceptions = Args.hasFlag(options::OPT_fexceptions, in ConstructJob() local289 AddStartFiles(UseExceptions, Args, CmdArgs); in ConstructJob()306 AddEndFiles(UseExceptions, Args, CmdArgs); in ConstructJob()