Searched refs:handleAddSubRelocations (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.h | 42 bool handleAddSubRelocations(const MCAssembler &Asm, const MCFragment &F,
|
H A D | LoongArchAsmBackend.cpp | 451 bool LoongArchAsmBackend::handleAddSubRelocations(const MCAssembler &Asm, in handleAddSubRelocations() function in LoongArchAsmBackend
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.h | 55 bool handleAddSubRelocations(const MCAssembler &Asm, const MCFragment &F,
|
H A D | RISCVAsmBackend.cpp | 579 bool RISCVAsmBackend::handleAddSubRelocations(const MCAssembler &Asm, in handleAddSubRelocations() function in RISCVAsmBackend
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmBackend.h | 124 virtual bool handleAddSubRelocations(const MCAssembler &Asm, in handleAddSubRelocations() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 243 getBackend().handleAddSubRelocations(*this, *DF, Fixup, Target, Value)) in evaluateFixup()
|