HomeSort by relevance Sort by last modified time
    Searched defs:IsPCRel (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 130 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
202 (IsPCRel << 30) |
213 (IsPCRel << 30) |
228 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
264 (IsPCRel << 30) |
274 (IsPCRel << 30) |
287 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
318 if (IsPCRel && RelocType == macho::RIT_Vanilla)
362 if (IsPCRel)
373 (IsPCRel << 24)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
122 if (IsPCRel) {
140 if (IsPCRel) {
160 if (IsPCRel)
194 (IsPCRel << 24) |
241 if (IsPCRel)
261 if (IsPCRel) {
314 IsPCRel = 1;
331 (IsPCRel << 24) |
347 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 248 bool IsPCRel = Backend.getFixupKindInfo(
252 if (IsPCRel) {
293 assert((ShouldAlignPC ? IsPCRel : true) &&
296 if (IsPCRel) {
ELFObjectWriter.cpp 337 bool IsPCRel) const {
360 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
383 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
389 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
405 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind());
409 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel);
414 IsPCRel = true;
446 unsigned Type = GetRelocType(Target, Fixup, IsPCRel,
    [all...]

Completed in 157 milliseconds