LLVM 20.0.0git
|
This file contains definitions for M68k ELF object file lowering. More...
#include "M68kTargetObjectFile.h"
#include "M68kSubtarget.h"
#include "M68kTargetMachine.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Variables | |
static cl::opt< unsigned > | SSThreshold ("m68k-ssection-threshold", cl::Hidden, cl::desc("Small data and bss section threshold size (default=8)"), cl::init(8)) |
This file contains definitions for M68k ELF object file lowering.
Definition in file M68kTargetObjectFile.cpp.