Searched refs:setRType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 294 Type = setRType((unsigned)ELF::R_MIPS_GPREL32, Type); in getRelocType() 334 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType() 341 Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type); in getRelocType() 348 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType() 355 Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type); in getRelocType()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 276 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/ |
D | MCELFObjectWriter.h | 125 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 133 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() function
|