LLVM 20.0.0git
|
#include "LanaiTargetObjectFile.h"
#include "LanaiSubtarget.h"
#include "LanaiTargetMachine.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.
Functions | |
static bool | isInSmallSection (uint64_t Size) |
Variables | |
static cl::opt< unsigned > | SSThreshold ("lanai-ssection-threshold", cl::Hidden, cl::desc("Small data and bss section threshold size (default=0)"), cl::init(0)) |
Definition at line 41 of file LanaiTargetObjectFile.cpp.
References Size, and SSThreshold.
Referenced by llvm::LanaiTargetObjectFile::isConstantInSmallSection().
|
static |
Referenced by isInSmallSection(), and IsInSmallSection().