Home
last modified time | relevance | path

Searched refs:UseExceptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSP430.cpp181 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() argument
186 const char *crtbegin = UseExceptions ? "crtbegin.o" : "crtbegin_no_eh.o"; in AddStartFiles()
217 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() argument
222 const char *crtend = UseExceptions ? "crtend.o" : "crtend_no_eh.o"; in AddEndFiles()
271 bool UseExceptions = Args.hasFlag(options::OPT_fexceptions, in ConstructJob() local
289 AddStartFiles(UseExceptions, Args, CmdArgs); in ConstructJob()
306 AddEndFiles(UseExceptions, Args, CmdArgs); in ConstructJob()