LLVM 19.0.0git
Variables
M68kTargetObjectFile.cpp File Reference

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< unsignedSSThreshold ("m68k-ssection-threshold", cl::Hidden, cl::desc("Small data and bss section threshold size (default=8)"), cl::init(8))
 

Detailed Description

This file contains definitions for M68k ELF object file lowering.

Definition in file M68kTargetObjectFile.cpp.

Variable Documentation

◆ SSThreshold

cl::opt< unsigned > SSThreshold("m68k-ssection-threshold", cl::Hidden, cl::desc("Small data and bss section threshold size (default=8)"), cl::init(8)) ( "m68k-ssection-threshold"  ,
cl::Hidden  ,
cl::desc("Small data and bss section threshold size (default=8)")  ,
cl::init(8)   
)
static