|
clang 22.0.0git
|
#include "PS4CPU.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 "llvm/Option/ArgList.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/Path.h"#include <cstdlib>Go to the source code of this file.
Functions | |
| static const char * | makeArgString (const ArgList &Args, const char *Prefix, const char *Base, const char *Suffix) |
|
static |
Definition at line 26 of file PS4CPU.cpp.
Referenced by clang::driver::toolchains::PS4CPU::addSanitizerArgs(), and clang::driver::toolchains::PS5CPU::addSanitizerArgs().