Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp118 Type = setRType3((unsigned)ELF::R_MIPS_NONE, Type); in GetRelocType()
159 Type = setRType3((unsigned)ELF::R_MIPS_HI16, Type); in GetRelocType()
166 Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type); in GetRelocType()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h117 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3() function