HomeSort by relevance Sort by last modified time
    Searched refs:MRE (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 229 MachO::any_relocation_info MRE;
230 MRE.r_word0 = FixupOffset;
231 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
286 MachO::any_relocation_info MRE;
287 MRE.r_word0 = FixupOffset;
288 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
397 MachO::any_relocation_info MRE;
398 MRE.r_word0 = FixupOffset
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 146 static void makeRelocationInfo(MachO::any_relocation_info &MRE,
150 MRE.r_word0 = FixupOffset;
156 MRE.r_word1 = ((Index << 8) | // was << 0
164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE,
170 MRE.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) |
172 MRE.r_word1 = Value2;
279 MachO::any_relocation_info MRE;
280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
282 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
294 MachO::any_relocation_info MRE;
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 221 MachO::any_relocation_info MRE;
222 MRE.r_word0 = ((OtherHalf << 0) |
228 MRE.r_word1 = Value2;
229 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
232 MachO::any_relocation_info MRE;
233 MRE.r_word0 = ((FixupOffset << 0) |
239 MRE.r_word1 = Value;
240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
290 MachO::any_relocation_info MRE;
291 MRE.r_word0 = ((0 << 0)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 201 MachO::any_relocation_info MRE;
202 MRE.r_word0 = FixupOffset;
203 MRE.r_word1 =
205 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
353 MachO::any_relocation_info MRE;
354 MRE.r_word0 = FixupOffset;
355 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
357 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
427 MachO::any_relocation_info MRE;
428 MRE.r_word0 = ((0 << 0) | // r_addres
    [all...]
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 93 MachO::any_relocation_info MRE;
94 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE)
95 : Sym(Sym), MRE(MRE) {}
216 MachO::any_relocation_info &MRE) {
217 RelAndSymbol P(RelSymbol, MRE);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 598 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (~0U << 24)) | Index | (1 << 27);
600 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & 0xff) | Index << 8 | (1 << 4);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 79 milliseconds