Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1846 const MCExpr *RelocExpr = getObjFileLowering().lowerRelativeReference( in lowerConstant() local
1848 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2146 const MCExpr *RelocExpr = in lowerConstant() local
2148 if (!RelocExpr) in lowerConstant()
2149 RelocExpr = MCBinaryExpr::createSub( in lowerConstant()
2154 RelocExpr = MCBinaryExpr::createAdd( in lowerConstant()
2155 RelocExpr, MCConstantExpr::create(Addend, Ctx), Ctx); in lowerConstant()
2156 return RelocExpr; in lowerConstant()