clang  3.7.0
Functions
ToolChain.cpp File Reference
#include "Tools.h"
#include "clang/Basic/ObjCRuntime.h"
#include "clang/Driver/Action.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/SanitizerArgs.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Option/Arg.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/Option.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
Include dependency graph for ToolChain.cpp:

Go to the source code of this file.

Functions

static llvm::opt::Arg * GetRTTIArgument (const ArgList &Args)
 
static ToolChain::RTTIMode CalculateRTTIMode (const ArgList &Args, const llvm::Triple &Triple, const Arg *CachedRTTIArg)
 

Function Documentation

static ToolChain::RTTIMode CalculateRTTIMode ( const ArgList &  Args,
const llvm::Triple &  Triple,
const Arg *  CachedRTTIArg 
)
static
static llvm::opt::Arg* GetRTTIArgument ( const ArgList &  Args)
static

Definition at line 29 of file ToolChain.cpp.