|
LLVM
3.7.0
|
#include "Hexagon.h"#include "HexagonAsmPrinter.h"#include "HexagonMachineFunctionInfo.h"#include "MCTargetDesc/HexagonMCInstrInfo.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Mangler.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"Go to the source code of this file.
Functions | |
| static MCOperand | GetSymbolRef (const MachineOperand &MO, const MCSymbol *Symbol, HexagonAsmPrinter &Printer) |
|
static |
Definition at line 29 of file HexagonMCInstLower.cpp.
References llvm::MCConstantExpr::create(), llvm::MCSymbolRefExpr::create(), llvm::MCBinaryExpr::createAdd(), llvm::MCOperand::createExpr(), llvm::MachineOperand::getOffset(), llvm::MachineOperand::isJTI(), llvm::AsmPrinter::OutContext, and llvm::MCSymbolRefExpr::VK_None.
Referenced by llvm::HexagonLowerToMC().
1.8.6