|
LLVM 22.0.0git
|
This file implements the StringSwitch template, which mimics a switch() statement whose cases are string literals. More...
#include "llvm/ADT/StringRef.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>#include <cstring>#include <initializer_list>#include <optional>Go to the source code of this file.
Classes | |
| class | llvm::StringSwitch< T, R > |
| A switch()-like statement whose cases are string literals. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
This file implements the StringSwitch template, which mimics a switch() statement whose cases are string literals.
Definition in file StringSwitch.h.