|
LLVM
3.7.0
|
#include "HexagonTargetObjectFile.h"#include "HexagonSubtarget.h"#include "HexagonTargetMachine.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/MC/MCContext.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/ELF.h"Go to the source code of this file.
Functions | |
| static bool | IsInSmallSection (uint64_t Size) |
Variables | |
| static cl::opt< int > | SmallDataThreshold ("hexagon-small-data-threshold", cl::init(8), cl::Hidden, cl::desc("The maximum size of an object in the sdata section")) |
|
static |
Definition at line 43 of file HexagonTargetObjectFile.cpp.
References SmallDataThreshold.
Referenced by llvm::HexagonTargetObjectFile::IsGlobalInSmallSection().
|
static |
Referenced by IsInSmallSection(), and llvm::HexagonTargetObjectFile::IsSmallDataEnabled().
1.8.6