clang 19.0.0git
Variables
XRayArgs.cpp File Reference
#include "clang/Driver/XRayArgs.h"
#include "ToolChains/CommonArgs.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/SpecialCaseList.h"
#include "llvm/Support/VirtualFileSystem.h"

Go to the source code of this file.

Variables

constexpr const char * XRaySupportedModes [] = {"xray-fdr", "xray-basic"}
 

Variable Documentation

◆ XRaySupportedModes

constexpr const char* XRaySupportedModes[] = {"xray-fdr", "xray-basic"}
constexpr

Definition at line 25 of file XRayArgs.cpp.

Referenced by clang::driver::XRayArgs::XRayArgs().