Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1456 static bool hasGOTReference(const MCExpr *Expr) { in hasGOTReference() function
1460 return hasGOTReference(SE->getSubExpr()); in hasGOTReference()
1468 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS()); in hasGOTReference()
1477 return hasGOTReference(cast<MCUnaryExpr>(Expr)->getSubExpr()); in hasGOTReference()
1494 VK = (hasGOTReference(subExpr) ? SparcMCExpr::VK_Sparc_PC10 in adjustPICRelocation()
1498 VK = (hasGOTReference(subExpr) ? SparcMCExpr::VK_Sparc_PC22 in adjustPICRelocation()