Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp296 Type = setRType3((unsigned)ELF::R_MIPS_NONE, Type); in getRelocType()
336 Type = setRType3((unsigned)ELF::R_MIPS_HI16, Type); in getRelocType()
343 Type = setRType3((unsigned)ELF::R_MICROMIPS_HI16, Type); in getRelocType()
350 Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type); in getRelocType()
357 Type = setRType3((unsigned)ELF::R_MICROMIPS_LO16, Type); in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h139 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3() function