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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
235 (IsPCRel << 30) |
246 (IsPCRel << 30) |
261 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
299 (IsPCRel << 30) |
309 (IsPCRel << 30) |
362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
395 if (IsPCRel && RelocType == macho::RIT_Vanilla)
440 if (IsPCRel)
451 (IsPCRel << 24)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 108 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
124 if (IsPCRel) {
142 if (IsPCRel) {
162 if (IsPCRel)
196 (IsPCRel << 24) |
243 if (IsPCRel)
263 if (IsPCRel) {
316 IsPCRel = 1;
333 (IsPCRel << 24) |
349 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 93 bool IsPCRel;
100 IsPCRel(false), Size(0) {}
103 bool IsPCRel, unsigned Size)
105 IsPCRel(IsPCRel), Size(Size) {}
RuntimeDyldMachO.cpp 91 RE.IsPCRel, RE.Size);
99 bool isPCRel,
111 << " isPCRel: " << isPCRel
123 isPCRel,
132 isPCRel,
142 isPCRel,
153 bool isPCRel,
157 if (isPCRel)
182 bool isPCRel,
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 369 bool IsPCRel = Backend.getFixupKindInfo(
373 if (IsPCRel) {
411 assert((ShouldAlignPC ? IsPCRel : true) &&
414 if (IsPCRel) {
    [all...]
ELFObjectWriter.cpp 125 bool IsPCRel) const;
132 bool IsPCRel) const {
133 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
137 bool IsPCRel) const {
139 IsPCRel);
147 bool IsPCRel, bool IsRelocWithSymbol,
149 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
331 bool IsPCRel) const;
641 bool IsPCRel) const {
650 return undefinedExplicitRelSym(Target, Fixup, IsPCRel);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1003 bool IsPCRel = this->getAnyRelocationPCRel(RE);
1010 bool isPCRel = getAnyRelocationPCRel(RE);
1017 if (isPCRel) fmt << "PCREL";
1043 if (isPCRel) fmt << "P";
1111 if (IsPCRel) fmt << "P";
    [all...]

Completed in 286 milliseconds