Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp296 Type = setRType2((unsigned)ELF::R_MIPS_64, Type); in getRelocType()
336 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType()
343 Type = setRType2((unsigned)ELF::R_MICROMIPS_SUB, Type); in getRelocType()
350 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType()
357 Type = setRType2((unsigned)ELF::R_MICROMIPS_SUB, Type); in getRelocType()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h135 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2() function