/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 228 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation() 239 MRE.r_word1 = Value; in RecordARMScatteredHalfRelocation() 296 MRE.r_word1 = Value2; in RecordARMScatteredRelocation() 306 MRE.r_word1 = Value; in RecordARMScatteredRelocation() 453 MRE.r_word1 = in recordRelocation() 477 MREPair.r_word1 = ((0xffffff << 0) | in recordRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 228 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation() 239 MRE.r_word1 = Value; in RecordARMScatteredHalfRelocation() 296 MRE.r_word1 = Value2; in RecordARMScatteredRelocation() 306 MRE.r_word1 = Value; in RecordARMScatteredRelocation() 445 MRE.r_word1 = in recordRelocation() 469 MREPair.r_word1 = ((0xffffff << 0) | in recordRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 239 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation() 296 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation() 381 MRE.r_word1 = in recordRelocation() 402 MRE.r_word1 = in recordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 208 MRE.r_word1 = in RecordX86_64Relocation() 360 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation() 438 MRE.r_word1 = Value2; in recordScatteredRelocation() 460 MRE.r_word1 = Value; in recordScatteredRelocation() 501 MRE.r_word1 = in recordTLVPRelocation() 598 MRE.r_word1 = in RecordX86Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 208 MRE.r_word1 = in RecordX86_64Relocation() 360 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation() 438 MRE.r_word1 = Value2; in recordScatteredRelocation() 460 MRE.r_word1 = Value; in recordScatteredRelocation() 500 MRE.r_word1 = in recordTLVPRelocation() 596 MRE.r_word1 = in RecordX86Relocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 231 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation() 288 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation() 399 MRE.r_word1 = in recordRelocation() 420 MRE.r_word1 = in recordRelocation()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 602 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (~0U << 24)) | Index | (1 << 27); in computeSymbolTable() 604 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & 0xff) | Index << 8 | (1 << 4); in computeSymbolTable() 915 write32(Rel.MRE.r_word1); in writeObject()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 132 return (RE.r_word1 >> 24) & 1; in getPlainRelocationPCRel() 133 return (RE.r_word1 >> 7) & 1; in getPlainRelocationPCRel() 145 return (RE.r_word1 >> 25) & 3; in getPlainRelocationLength() 146 return (RE.r_word1 >> 5) & 3; in getPlainRelocationLength() 157 return RE.r_word1 >> 28; in getPlainRelocationType() 158 return RE.r_word1 & 0xf; in getPlainRelocationType() 1993 return RE.r_word1 & 0xffffff; in getPlainRelocationSymbolNum() 1994 return RE.r_word1 >> 8; in getPlainRelocationSymbolNum() 2000 return (RE.r_word1 >> 27) & 1; in getPlainRelocationExternal() 2001 return (RE.r_word1 >> 4) & 1; in getPlainRelocationExternal() [all …]
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 156 MRE.r_word1 = ((Index << 8) | // was << 0 in makeRelocationInfo() 172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 156 MRE.r_word1 = ((Index << 8) | // was << 0 in makeRelocationInfo() 172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 619 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (~0U << 24)) | Index | (1 << 27); in computeSymbolTable() 621 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & 0xff) | Index << 8 | (1 << 4); in computeSymbolTable() 944 W.write<uint32_t>(Rel.MRE.r_word1); in writeObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 145 return (RE.r_word1 >> 24) & 1; in getPlainRelocationPCRel() 146 return (RE.r_word1 >> 7) & 1; in getPlainRelocationPCRel() 157 return (RE.r_word1 >> 25) & 3; in getPlainRelocationLength() 158 return (RE.r_word1 >> 5) & 3; in getPlainRelocationLength() 169 return RE.r_word1 >> 28; in getPlainRelocationType() 170 return RE.r_word1 & 0xf; in getPlainRelocationType() 4162 return RE.r_word1 & 0xffffff; in getPlainRelocationSymbolNum() 4163 return RE.r_word1 >> 8; in getPlainRelocationSymbolNum() 4169 return (RE.r_word1 >> 27) & 1; in getPlainRelocationExternal() 4170 return (RE.r_word1 >> 4) & 1; in getPlainRelocationExternal() [all …]
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 934 uint32_t r_word0, r_word1; member 1221 sys::swapByteOrder(reloc.r_word1); in swapStruct()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 942 uint32_t r_word0, r_word1; member 1229 sys::swapByteOrder(reloc.r_word1); in swapStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 959 uint32_t r_word0, r_word1; member 1246 sys::swapByteOrder(reloc.r_word1); in swapStruct()
|