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

/external/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp1 //==-- MCRelocationInfo.cpp ------------------------------------------------==//
10 #include "llvm/MC/MCDisassembler/MCRelocationInfo.h"
16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) function in class:MCRelocationInfo
20 MCRelocationInfo::~MCRelocationInfo() {
24 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr,
31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT,
33 return new MCRelocationInfo(Ctx);
/external/llvm/include/llvm/MC/MCDisassembler/
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 &) = delete;
32 void operator=(const MCRelocationInfo &) = delete;
38 MCRelocationInfo(MCContext &Ctx);
39 virtual ~MCRelocationInfo();

Completed in 126 milliseconds