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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp323 const MCFixup *AUIPCFixup; local
330 AUIPCFixup = &Fixup;
336 AUIPCFixup = cast<RISCVMCExpr>(Fixup.getValue())->getPCRelHiFixup(&AUIPCDF);
337 if (!AUIPCFixup) {
345 const MCExpr *AUIPCExpr = AUIPCFixup->getValue();
346 if (!AUIPCExpr->evaluateAsRelocatable(AUIPCTarget, &Layout, AUIPCFixup))
370 Value -= Layout.getFragmentOffset(AUIPCDF) + AUIPCFixup->getOffset();
372 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) {

Completed in 191 milliseconds