Searched refs:adjustPICRelocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 113 const MCSpecifierExpr *adjustPICRelocation(uint16_t VK, 706 const MCExpr *Expr = adjustPICRelocation(ELF::R_SPARC_HI22, ValExpr); in expandSET() 731 Expr = adjustPICRelocation(ELF::R_SPARC_LO10, ValExpr); in expandSET() 771 .addExpr(adjustPICRelocation(ELF::R_SPARC_HI22, ValExpr))); in expandSETSW() 779 IsSmallImm ? ValExpr : adjustPICRelocation(ELF::R_SPARC_LO10, ValExpr); in expandSETSW() 835 .addExpr(adjustPICRelocation(ELF::R_SPARC_HI22, ValExpr))); in expandSETX() 841 .addExpr(adjustPICRelocation(ELF::R_SPARC_LO10, ValExpr))); in expandSETX() 1190 const MCExpr *Val = adjustPICRelocation(RelType, SubExpr); in parseTailRelocSym() 1675 SparcAsmParser::adjustPICRelocation(uint16_t RelType, const MCExpr *subExpr) { in adjustPICRelocation() function in SparcAsmParser 1737 EVal = adjustPICRelocation(VK, subExpr); in matchSparcAsmModifiers()
|