| clang 22.0.0git
    | 
#include "clang/Driver/XRayArgs.h"#include "clang/Driver/CommonArgs.h"#include "clang/Driver/Driver.h"#include "clang/Driver/Options.h"#include "clang/Driver/ToolChain.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/StringSwitch.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"} | 
| 
 | constexpr | 
Definition at line 22 of file XRayArgs.cpp.
Referenced by clang::driver::XRayArgs::XRayArgs().