Searched refs:MRE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 203 MachO::any_relocation_info MRE; in RecordX86_64Relocation() local 204 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 205 MRE.r_word1 = ((Index << 0) | in RecordX86_64Relocation() 210 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation() 347 MachO::any_relocation_info MRE; in RecordX86_64Relocation() local 348 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 349 MRE.r_word1 = ((Index << 0) | in RecordX86_64Relocation() 354 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation() 418 MachO::any_relocation_info MRE; in RecordScatteredRelocation() local 419 MRE.r_word0 = ((0 << 0) | // r_address in RecordScatteredRelocation() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMachObjectWriter.cpp | 229 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() local 230 MRE.r_word0 = ((OtherHalf << 0) | in RecordARMScatteredHalfRelocation() 236 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation() 237 Writer->addRelocation(Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 240 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() local 241 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 247 MRE.r_word1 = Value; in RecordARMScatteredHalfRelocation() 248 Writer->addRelocation(Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 294 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() local 295 MRE.r_word0 = ((0 << 0) | in RecordARMScatteredRelocation() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMachObjectWriter.cpp | 147 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo() argument 151 MRE.r_word0 = FixupOffset; in makeRelocationInfo() 157 MRE.r_word1 = ((Index << 8) | // was << 0 in makeRelocationInfo() 165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, in makeScatteredRelocationInfo() argument 171 MRE.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) | in makeScatteredRelocationInfo() 173 MRE.r_word1 = Value2; in makeScatteredRelocationInfo() 282 MachO::any_relocation_info MRE; in RecordScatteredRelocation() local 283 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in RecordScatteredRelocation() 285 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation() 297 MachO::any_relocation_info MRE; in RecordScatteredRelocation() local [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCMachObjectWriter.h | 215 MachO::any_relocation_info &MRE) { in addRelocation() argument 216 Relocations[SD].push_back(MRE); in addRelocation()
|