clang 19.0.0git
Functions
Solaris.cpp File Reference
#include "Solaris.h"
#include "CommonArgs.h"
#include "Gnu.h"
#include "clang/Basic/LangStandard.h"
#include "clang/Config/config.h"
#include "clang/Driver/Compilation.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/StringSwitch.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"

Go to the source code of this file.

Functions

static bool getPIE (const ArgList &Args, const ToolChain &TC)
 
static StringRef getSolarisLibSuffix (const llvm::Triple &Triple)
 

Function Documentation

◆ getPIE()

static bool getPIE ( const ArgList &  Args,
const ToolChain TC 
)
static

◆ getSolarisLibSuffix()

static StringRef getSolarisLibSuffix ( const llvm::Triple &  Triple)
static

Definition at line 293 of file Solaris.cpp.

Referenced by clang::driver::toolchains::Solaris::Solaris().