Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp1178 static bool hasGOTReference(const MCExpr *Expr) { in hasGOTReference() function
1182 return hasGOTReference(SE->getSubExpr()); in hasGOTReference()
1190 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS()); in hasGOTReference()
1199 return hasGOTReference(cast<MCUnaryExpr>(Expr)->getSubExpr()); in hasGOTReference()
1216 VK = (hasGOTReference(subExpr) ? SparcMCExpr::VK_Sparc_PC10 in adjustPICRelocation()
1220 VK = (hasGOTReference(subExpr) ? SparcMCExpr::VK_Sparc_PC22 in adjustPICRelocation()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp1188 static bool hasGOTReference(const MCExpr *Expr) { in hasGOTReference() function
1192 return hasGOTReference(SE->getSubExpr()); in hasGOTReference()
1200 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS()); in hasGOTReference()
1209 return hasGOTReference(cast<MCUnaryExpr>(Expr)->getSubExpr()); in hasGOTReference()
1227 VK = (hasGOTReference(subExpr) ? SparcMCExpr::VK_Sparc_PC10 in adjustPICRelocation()
1231 VK = (hasGOTReference(subExpr) ? SparcMCExpr::VK_Sparc_PC22 in adjustPICRelocation()