|
LLVM
3.7.0
|
#include "Hexagon.h"#include "HexagonMCELFStreamer.h"#include "MCTargetDesc/HexagonBaseInfo.h"#include "MCTargetDesc/HexagonMCShuffler.h"#include "llvm/ADT/StringExtras.h"#include "llvm/MC/MCAssembler.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCSymbolELF.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "hexagonmcelfstreamer" |
Functions | |
| MCStreamer * | llvm::createHexagonELFStreamer (MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS, MCCodeEmitter *CE) |
Variables | |
| static cl::opt< unsigned > | GPSize ("gpsize", cl::NotHidden, cl::desc("Global Pointer Addressing Size. The default size is 8."), cl::Prefix, cl::init(8)) |
| #define DEBUG_TYPE "hexagonmcelfstreamer" |
Definition at line 14 of file HexagonMCELFStreamer.cpp.
|
static |
Referenced by llvm::HexagonMCELFStreamer::HexagonMCEmitCommonSymbol().
1.8.6