|
LLVM
4.0.0
|
#include "Hexagon.h"#include "HexagonFixupKinds.h"#include "HexagonMCTargetDesc.h"#include "MCTargetDesc/HexagonBaseInfo.h"#include "MCTargetDesc/HexagonMCChecker.h"#include "MCTargetDesc/HexagonMCCodeEmitter.h"#include "MCTargetDesc/HexagonMCInstrInfo.h"#include "MCTargetDesc/HexagonMCShuffler.h"#include "llvm/MC/MCAsmBackend.h"#include "llvm/MC/MCAsmLayout.h"#include "llvm/MC/MCAssembler.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCELFObjectWriter.h"#include "llvm/MC/MCFixupKindInfo.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCObjectWriter.h"#include "llvm/Support/Debug.h"#include "llvm/Support/TargetRegistry.h"#include <sstream>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "hexagon-asm-backend" |
Functions | |
| MCAsmBackend * | llvm::createHexagonAsmBackend (Target const &T, MCRegisterInfo const &, const Triple &TT, StringRef CPU, const MCTargetOptions &Options) |
Variables | |
| static cl::opt< bool > | DisableFixup ("mno-fixup", cl::desc("Disable fixing up resolved relocations for Hexagon")) |
| #define DEBUG_TYPE "hexagon-asm-backend" |
Definition at line 34 of file HexagonAsmBackend.cpp.
1.8.6