Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp92 const SparcMCExpr *adjustPICRelocation(SparcMCExpr::VariantKind VK,
544 const MCExpr *Expr = adjustPICRelocation(SparcMCExpr::VK_Sparc_HI, ValExpr); in expandSET()
569 Expr = adjustPICRelocation(SparcMCExpr::VK_Sparc_LO, ValExpr); in expandSET()
1260 SparcAsmParser::adjustPICRelocation(SparcMCExpr::VariantKind VK, in adjustPICRelocation() function in SparcAsmParser
1306 EVal = adjustPICRelocation(VK, subExpr); in matchSparcAsmModifiers()