Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h42 bool handleAddSubRelocations(const MCAsmLayout &Layout, const MCFragment &F,
H A DLoongArchAsmBackend.cpp448 bool LoongArchAsmBackend::handleAddSubRelocations(const MCAsmLayout &Layout, in handleAddSubRelocations() function in LoongArchAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h56 bool handleAddSubRelocations(const MCAsmLayout &Layout, const MCFragment &F,
H A DRISCVAsmBackend.cpp588 bool RISCVAsmBackend::handleAddSubRelocations(const MCAsmLayout &Layout, in handleAddSubRelocations() function in RISCVAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h134 virtual bool handleAddSubRelocations(const MCAsmLayout &Layout, in handleAddSubRelocations() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp295 getBackend().handleAddSubRelocations(Layout, *DF, Fixup, Target, Value)) in evaluateFixup()