Home
last modified time | relevance | path

Searched refs:RelocExpr (Results 1 – 3 of 3) 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2321 const MCExpr *RelocExpr = in lowerConstant() local
2323 if (!RelocExpr) in lowerConstant()
2324 RelocExpr = MCBinaryExpr::createSub( in lowerConstant()
2329 RelocExpr = MCBinaryExpr::createAdd( in lowerConstant()
2330 RelocExpr, MCConstantExpr::create(Addend, Ctx), Ctx); in lowerConstant()
2331 return RelocExpr; in lowerConstant()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2453 const MCExpr *RelocExpr = in lowerConstant() local
2455 if (!RelocExpr) { in lowerConstant()
2462 RelocExpr = MCBinaryExpr::createSub( in lowerConstant()
2467 RelocExpr = MCBinaryExpr::createAdd( in lowerConstant()
2468 RelocExpr, MCConstantExpr::create(Addend, Ctx), Ctx); in lowerConstant()
2469 return RelocExpr; in lowerConstant()