Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp48 class MCCOFFSectionNumberTargetExpr final : public MCTargetExpr { class
52 MCCOFFSectionNumberTargetExpr(const MCSymbol &SectionSymbol_, in MCCOFFSectionNumberTargetExpr() function in MCCOFFSectionNumberTargetExpr
57 static MCCOFFSectionNumberTargetExpr *
60 return new (Ctx) MCCOFFSectionNumberTargetExpr(SectionSymbol, Writer); in create()
329 const MCExpr *MCE = MCCOFFSectionNumberTargetExpr::create( in emitCOFFSecNumber()