Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h35 bool isPCRelFixupResolved(const MCSymbol *SymA, const MCFragment &F);
H A DLoongArchAsmBackend.cpp429 bool LoongArchAsmBackend::isPCRelFixupResolved(const MCSymbol *SymA, in isPCRelFixupResolved() function in LoongArchAsmBackend
479 isPCRelFixupResolved(Target.getSubSym(), F)) in addReloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h32 bool isPCRelFixupResolved(const MCSymbol *SymA, const MCFragment &F);
H A DRISCVAsmBackend.cpp631 bool RISCVAsmBackend::isPCRelFixupResolved(const MCSymbol *SymA, in isPCRelFixupResolved() function in RISCVAsmBackend
749 isPCRelFixupResolved(AUIPCTarget.getAddSym(), *AUIPCDF); in evaluateFixup()
862 IsResolved = isPCRelFixupResolved(Target.getAddSym(), F); in addReloc()