clang 20.0.0git
|
#include "clang/Basic/XRayInstr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringSwitch.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
XRayInstrMask | clang::parseXRayInstrValue (StringRef Value) |
Parses a command line argument into a mask. | |
void | clang::serializeXRayInstrValue (XRayInstrSet Set, SmallVectorImpl< StringRef > &Values) |
Serializes a set into a list of command line arguments. | |