Home
last modified time | relevance | path

Searched refs:r_word0 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp222 MRE.r_word0 = ((OtherHalf << 0) | in RecordARMScatteredHalfRelocation()
233 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
291 MRE.r_word0 = ((0 << 0) | in RecordARMScatteredRelocation()
301 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
452 MRE.r_word0 = FixupOffset; in recordRelocation()
476 MREPair.r_word0 = Value; in recordRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp222 MRE.r_word0 = ((OtherHalf << 0) | in RecordARMScatteredHalfRelocation()
233 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
291 MRE.r_word0 = ((0 << 0) | in RecordARMScatteredRelocation()
301 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
444 MRE.r_word0 = FixupOffset; in recordRelocation()
468 MREPair.r_word0 = Value; in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp238 MRE.r_word0 = FixupOffset; in recordRelocation()
295 MRE.r_word0 = FixupOffset; in recordRelocation()
380 MRE.r_word0 = FixupOffset; in recordRelocation()
401 MRE.r_word0 = FixupOffset; in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp207 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
359 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
433 MRE.r_word0 = ((0 << 0) | // r_address in recordScatteredRelocation()
455 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation()
500 MRE.r_word0 = Value; in recordTLVPRelocation()
597 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp207 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
359 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
433 MRE.r_word0 = ((0 << 0) | // r_address in recordScatteredRelocation()
455 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation()
499 MRE.r_word0 = Value; in recordTLVPRelocation()
595 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp230 MRE.r_word0 = FixupOffset; in recordRelocation()
287 MRE.r_word0 = FixupOffset; in recordRelocation()
398 MRE.r_word0 = FixupOffset; in recordRelocation()
419 MRE.r_word0 = FixupOffset; in recordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp150 MRE.r_word0 = FixupOffset; in makeRelocationInfo()
170 MRE.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) | in makeScatteredRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp150 MRE.r_word0 = FixupOffset; in makeRelocationInfo()
170 MRE.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) | in makeScatteredRelocationInfo()
/external/llvm/lib/Object/
DMachOObjectFile.cpp121 return RE.r_word0; in getPlainRelocationAddress()
126 return RE.r_word0 & 0xffffff; in getScatteredRelocationAddress()
139 return (RE.r_word0 >> 30) & 1; in getScatteredRelocationPCRel()
151 return (RE.r_word0 >> 28) & 3; in getScatteredRelocationLength()
2006 return RE.r_word0 >> 31; in getScatteredRelocationScattered()
2016 return (RE.r_word0 >> 24) & 0xf; in getScatteredRelocationType()
/external/llvm/include/llvm/Support/
DMachO.h934 uint32_t r_word0, r_word1; member
1220 sys::swapByteOrder(reloc.r_word0); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp134 return RE.r_word0; in getPlainRelocationAddress()
139 return RE.r_word0 & 0xffffff; in getScatteredRelocationAddress()
151 return (RE.r_word0 >> 30) & 1; in getScatteredRelocationPCRel()
163 return (RE.r_word0 >> 28) & 3; in getScatteredRelocationLength()
4175 return RE.r_word0 >> 31; in getScatteredRelocationScattered()
4185 return (RE.r_word0 >> 24) & 0xf; in getScatteredRelocationType()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h942 uint32_t r_word0, r_word1; member
1228 sys::swapByteOrder(reloc.r_word0); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h959 uint32_t r_word0, r_word1; member
1245 sys::swapByteOrder(reloc.r_word0); in swapStruct()
/external/llvm/lib/MC/
DMachObjectWriter.cpp914 write32(Rel.MRE.r_word0); in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp943 W.write<uint32_t>(Rel.MRE.r_word0); in writeObject()