Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2986 const MCExpr *RelocExpr = in lowerConstant() local
2988 if (!RelocExpr) { in lowerConstant()
2995 RelocExpr = MCBinaryExpr::createSub( in lowerConstant()
3000 RelocExpr = MCBinaryExpr::createAdd( in lowerConstant()
3001 RelocExpr, MCConstantExpr::create(Addend, Ctx), Ctx); in lowerConstant()
3002 return RelocExpr; in lowerConstant()