Home
last modified time | relevance | path

Searched refs:setRType2 (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.cpp295 Type = setRType2((unsigned)ELF::R_MIPS_64, Type); in getRelocType()
335 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType()
342 Type = setRType2((unsigned)ELF::R_MICROMIPS_SUB, Type); in getRelocType()
349 Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type); in getRelocType()
356 Type = setRType2((unsigned)ELF::R_MICROMIPS_SUB, Type); in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h136 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2() function