Home
last modified time | relevance | path

Searched refs:setRType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp295 Type = setRType((unsigned)ELF::R_MIPS_GPREL32, Type); in getRelocType()
335 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType()
342 Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type); in getRelocType()
349 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType()
356 Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type); in getRelocType()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h132 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() function