LLVM API Documentation

Functions | Variables
HexagonTargetObjectFile.cpp File Reference
#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"
Include dependency graph for HexagonTargetObjectFile.cpp:

Go to the source code of this file.

Functions

static bool IsInSmallSection (uint64_t Size)

Variables

static cl::opt< intSmallDataThreshold ("hexagon-small-data-threshold", cl::init(8), cl::Hidden, cl::desc("The maximum size of an object in the sdata section"))

Function Documentation

static bool IsInSmallSection ( uint64_t  Size) [static]

Variable Documentation

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]