Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp44 const MCFixup *RISCVMCExpr::getPCRelHiFixup() const { in getPCRelHiFixup() function in RISCVMCExpr
97 const MCFixup *TargetFixup = getPCRelHiFixup(); in evaluatePCRelLo()
H A DRISCVMCExpr.h61 const MCFixup *getPCRelHiFixup() const;
H A DRISCVAsmBackend.cpp40 const MCFixup *T = cast<RISCVMCExpr>(Fixup.getValue())->getPCRelHiFixup(); in shouldForceRelocation()