Searched refs:MCCOFFSectionOffsetTargetExpr (Results 1 – 1 of 1) sorted by relevance
88 class MCCOFFSectionOffsetTargetExpr final : public MCTargetExpr { class91 MCCOFFSectionOffsetTargetExpr(const MCSymbol &Symbol_) : Symbol(Symbol_) {} in MCCOFFSectionOffsetTargetExpr() function in MCCOFFSectionOffsetTargetExpr94 static MCCOFFSectionOffsetTargetExpr *create(const MCSymbol &Symbol, in create()96 return new (Ctx) MCCOFFSectionOffsetTargetExpr(Symbol); in create()344 MCCOFFSectionOffsetTargetExpr::create(*Symbol, getContext()); in emitCOFFSecOffset()