Home | History | Annotate | Download | only in MC

Lines Matching defs:MCRelocationInfo

1 //==-- lib/MC/MCRelocationInfo.cpp -------------------------------*- C++ -*-==//
10 #include "llvm/MC/MCRelocationInfo.h"
17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx)
21 MCRelocationInfo::~MCRelocationInfo() {
25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) {
30 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr,
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
38 return new MCRelocationInfo(Ctx);