|
LLVM 23.0.0git
|
LFI-specific MC implementation. More...
#include "llvm/MC/MCLFI.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/Alignment.h"#include "llvm/Support/CommandLine.h"#include "llvm/TargetParser/Triple.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI void | llvm::initializeLFIMCStreamer (MCStreamer &Streamer, MCContext &Ctx, const Triple &TheTriple) |
Variables | |
| static const char | NoteNamespace [] = "LFI" |
| cl::opt< bool > | llvm::FlagEnableRewriting ("lfi-enable-rewriter", cl::desc("Enable rewriting for LFI."), cl::init(true)) |
LFI-specific MC implementation.
Definition in file MCLFI.cpp.
Definition at line 26 of file MCLFI.cpp.
Referenced by llvm::initializeLFIMCStreamer().