Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp277 Type = setRType2((unsigned)ELF::R_MIPS_64, Type); in getRelocType()
317 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType()
324 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h128 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2() function