LLVM
8.0.1
|
#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)) |
|
static |
Definition at line 43 of file LanaiTargetObjectFile.cpp.
References SSThreshold.
Referenced by llvm::LanaiTargetObjectFile::isConstantInSmallSection(), and llvm::LanaiTargetObjectFile::isGlobalInSmallSection().
|
static |
Referenced by isInSmallSection().