Searched refs:RelocExpr (Results 1 – 1 of 1) sorted by relevance
1846 const MCExpr *RelocExpr = getObjFileLowering().lowerRelativeReference( in lowerConstant() local1848 if (!RelocExpr) in lowerConstant()1849 RelocExpr = MCBinaryExpr::createSub( in lowerConstant()1854 RelocExpr = MCBinaryExpr::createAdd( in lowerConstant()1855 RelocExpr, MCConstantExpr::create(Addend, Ctx), Ctx); in lowerConstant()1856 return RelocExpr; in lowerConstant()