Searched defs:MCRelocationInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCRelocationInfo.h1 //==-- llvm/MC/MCRelocationInfo.h --------------------------------*- C++ -*-==//
10 // This file declares the MCRelocationInfo class, which provides methods to
30 class MCRelocationInfo { class in namespace:llvm
31 MCRelocationInfo(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
32 void operator=(const MCRelocationInfo &) LLVM_DELETED_FUNCTION;
38 MCRelocationInfo(MCContext &Ctx);
39 virtual ~MCRelocationInfo();
/external/llvm/lib/MC/
H A DMCRelocationInfo.cpp1 //==-- lib/MC/MCRelocationInfo.cpp -------------------------------*- C++ -*-==//
10 #include "llvm/MC/MCRelocationInfo.h"
17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) function in class:MCRelocationInfo
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(Ct
[all...]

Completed in 88 milliseconds