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 148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
228 (IsPCRel << 30) |
239 (IsPCRel << 30) |
254 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
292 (IsPCRel << 30) |
302 (IsPCRel << 30) |
315 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
348 if (IsPCRel && RelocType == macho::RIT_Vanilla)
392 if (IsPCRel)
403 (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 254 bool IsPCRel = Backend.getFixupKindInfo(
258 if (IsPCRel) {
296 assert((ShouldAlignPC ? IsPCRel : true) &&
299 if (IsPCRel) {
ELFObjectWriter.cpp 126 bool IsPCRel) const;
133 bool IsPCRel) const {
134 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
145 bool IsPCRel, bool IsRelocWithSymbol,
147 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
328 bool IsPCRel) const;
632 bool IsPCRel) const {
655 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
678 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
684 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
    [all...]

Completed in 316 milliseconds