Searched refs:UseExceptions (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | MSP430.cpp | 182 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() argument 187 const char *crtbegin = UseExceptions ? "crtbegin.o" : "crtbegin_no_eh.o"; in AddStartFiles() 218 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() argument 223 const char *crtend = UseExceptions ? "crtend.o" : "crtend_no_eh.o"; in AddEndFiles() 272 bool UseExceptions = Args.hasFlag(options::OPT_fexceptions, in ConstructJob() local 291 AddStartFiles(UseExceptions, Args, CmdArgs); in ConstructJob() 308 AddEndFiles(UseExceptions, Args, CmdArgs); in ConstructJob()
|
H A D | MSP430.h | 71 void AddStartFiles(bool UseExceptions, const llvm::opt::ArgList &Args, 75 void AddEndFiles(bool UseExceptions, const llvm::opt::ArgList &Args,
|