Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.h65 const MCFixup *getPCRelHiFixup(const MCFragment **DFOut) const;
H A DRISCVMCExpr.cpp49 const MCFixup *RISCVMCExpr::getPCRelHiFixup(const MCFragment **DFOut) const { in getPCRelHiFixup() function in RISCVMCExpr
H A DRISCVAsmBackend.cpp339 AUIPCFixup = cast<RISCVMCExpr>(Fixup.getValue())->getPCRelHiFixup(&AUIPCDF); in evaluateTargetFixup()