Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h42 bool handleAddSubRelocations(const MCAssembler &Asm, const MCFragment &F,
H A DLoongArchAsmBackend.cpp451 bool LoongArchAsmBackend::handleAddSubRelocations(const MCAssembler &Asm, in handleAddSubRelocations() function in LoongArchAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h55 bool handleAddSubRelocations(const MCAssembler &Asm, const MCFragment &F,
H A DRISCVAsmBackend.cpp579 bool RISCVAsmBackend::handleAddSubRelocations(const MCAssembler &Asm, in handleAddSubRelocations() function in RISCVAsmBackend
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h124 virtual bool handleAddSubRelocations(const MCAssembler &Asm, in handleAddSubRelocations() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp243 getBackend().handleAddSubRelocations(*this, *DF, Fixup, Target, Value)) in evaluateFixup()