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

/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp843 static bool hasGOTReference(const MCExpr *Expr) { function
847 return hasGOTReference(SE->getSubExpr());
855 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS());
864 return hasGOTReference(cast<MCUnaryExpr>(Expr)->getSubExpr());
897 VK = (hasGOTReference(subExpr)
902 VK = (hasGOTReference(subExpr)

Completed in 86 milliseconds