Home
last modified time | relevance | path

Searched refs:MCCOFFSectionOffsetTargetExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp88 class MCCOFFSectionOffsetTargetExpr final : public MCTargetExpr { class
91 MCCOFFSectionOffsetTargetExpr(const MCSymbol &Symbol_) : Symbol(Symbol_) {} in MCCOFFSectionOffsetTargetExpr() function in MCCOFFSectionOffsetTargetExpr
94 static MCCOFFSectionOffsetTargetExpr *create(const MCSymbol &Symbol, in create()
96 return new (Ctx) MCCOFFSectionOffsetTargetExpr(Symbol); in create()
344 MCCOFFSectionOffsetTargetExpr::create(*Symbol, getContext()); in emitCOFFSecOffset()