|
LLVM 22.0.0git
|
#include "RISCVTargetStreamer.h"#include "RISCVBaseInfo.h"#include "RISCVMCTargetDesc.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/Alignment.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/FormattedStream.h"#include "llvm/Support/RISCVAttributes.h"#include "llvm/TargetParser/RISCVISAInfo.h"Go to the source code of this file.
Variables | |
| static cl::opt< bool > | RiscvAbiAttr ("riscv-abi-attributes", cl::desc("Enable emitting RISC-V ELF attributes for ABI features"), cl::Hidden) |
|
static |
Referenced by llvm::RISCVTargetStreamer::emitTargetAttributes().