HomeSort by relevance Sort by last modified time
    Searched defs:MCRelocationInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
MCRelocationInfo.cpp 1 //==-- MCRelocationInfo.cpp ------------------------------------------------==//
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(const Triple &TT,
39 return new MCRelocationInfo(Ctx)
    [all...]
  /external/llvm/include/llvm/MC/
MCRelocationInfo.h 1 //==-- llvm/MC/MCRelocationInfo.h --------------------------------*- C++ -*-==//
10 // This file declares the MCRelocationInfo class, which provides methods to
30 class MCRelocationInfo {
31 MCRelocationInfo(const MCRelocationInfo &) = delete;
32 void operator=(const MCRelocationInfo &) = delete;
38 MCRelocationInfo(MCContext &Ctx);
39 virtual ~MCRelocationInfo();

Completed in 213 milliseconds