clang 22.0.0git
Solaris.cpp File Reference
#include "Solaris.h"
#include "Gnu.h"
#include "clang/Basic/LangStandard.h"
#include "clang/Config/config.h"
#include "clang/Driver/CommonArgs.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.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()

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

◆ getSolarisLibSuffix()

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

Definition at line 289 of file Solaris.cpp.

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