Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp276 Type = setRType((unsigned)ELF::R_MIPS_GPREL32, Type); in getRelocType()
316 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType()
323 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h125 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() function