HomeSort by: relevance | last modified time | path
    Searched defs:IsPCRel (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
78 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
RuntimeDyldMachO.cpp 66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
87 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
158 << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
RuntimeDyldImpl.h 145 bool IsPCRel;
155 SymOffset(0), IsPCRel(false), Size(0), IsTargetThumbFunc(false) {}
160 SymOffset(symoffset), IsPCRel(false), Size(0),
164 bool IsPCRel, unsigned Size)
166 SymOffset(0), IsPCRel(IsPCRel), Size(Size), IsTargetThumbFunc(false) {}
170 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
172 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
180 uint64_t SectionBOffset, bool IsPCRel, unsigned Size
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
169 if (IsPCRel)
211 if (IsPCRel) {
235 IsPCRel = 1;
238 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
250 if (IsPCRel) {
295 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
360 if (IsPCRel)
385 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
392 IsPCRel = 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 77 bool IsPCRel = (MO.getTargetFlags() & ~access) == PPCII::MO_PCREL_FLAG;
78 RefKind = IsPCRel ? MCSymbolRefExpr::VK_PPC_TLS_PCREL
PPCISelLowering.cpp 3303 bool IsPCRel = Subtarget.isUsingPCRelativeCalls();
3305 GV, dl, PtrVT, 0, IsPCRel ? PPCII::MO_GOT_TPREL_PCREL_FLAG : 0);
3308 IsPCRel ? (PPCII::MO_TLS | PPCII::MO_PCREL_FLAG) : PPCII::MO_TLS);
3310 if (IsPCRel) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 157 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
236 (IsPCRel << 30) |
247 (IsPCRel << 30) |
272 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
313 (IsPCRel << 30) |
323 (IsPCRel << 30) |
381 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
417 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA)
462 if (IsPCRel)
473 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCCodeEmitter.cpp 138 bool IsPCRel = Desc.OpInfo[MIOpIdx].OperandType == MCOI::OPERAND_PCREL;
142 if (IsPCRel) {
199 bool IsPCRel = Desc.OpInfo[MIOpIdx].OperandType == MCOI::OPERAND_PCREL;
204 if (IsPCRel && ThisWord == 0)
245 if (IsPCRel) {
262 if (IsPCRel && Addendum != 0) {
268 FixOffset, Expr, getFixupForSize(Size, IsPCRel), MI.getLoc()));
285 FixOffset, Expr, getFixupForSize(Size, IsPCRel), MI.getLoc()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
123 if (IsPCRel) {
140 if (IsPCRel) {
164 if (IsPCRel) {
208 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
249 if (IsPCRel)
273 if (IsPCRel) {
331 IsPCRel = 1;
358 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
373 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 80 // if (IsExtern && RE.IsPCRel) {
85 if (RE.IsPCRel)
104 if (RE.IsPCRel) {
156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
204 IsPCRel, Size);
RuntimeDyldMachOARM.h 179 if (RE.IsPCRel)
210 if (RE.IsPCRel) {
340 RE.IsPCRel, RE.Size);
362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
419 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 384 bool IsPCRel = SRE->getKind() == MCSymbolRefExpr::VK_PPC_TLS_PCREL;
385 Fixups.push_back(MCFixup::create(IsPCRel ? 1 : 0, Expr,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
XCOFFObjectWriter.cpp 435 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
441 TargetObjectWriter->getRelocTypeAndSignSize(Target, Fixup, IsPCRel);
MCAssembler.cpp 229 bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags &
233 if (IsPCRel) {
268 assert((ShouldAlignPC ? IsPCRel : true) &&
271 if (IsPCRel) {
1135 MCFixup::getKindForSize(Size, false /*isPCRel*/)));
1162 MCFixup::getKindForSizeInBits(Size /*In bits.*/, false /*isPCRel*/)));
ELFObjectWriter.cpp 250 bool IsPCRel) const override;
1423 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
1447 assert(!IsPCRel && "should have been folded");
1448 IsPCRel = true;
1473 unsigned Type = TargetObjectWriter->getRelocType(Ctx, Target, Fixup, IsPCRel);
1511 bool InSet, bool IsPCRel) const {
1513 if (IsPCRel) {
1520 InSet, IsPCRel);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
M68kDisassembler.cpp 379 bool IsPCRel = Desc.OpInfo[MIOpIdx].OperandType == MCOI::OPERAND_PCREL;
380 if (IsPCRel)
399 bool IsPCRel = Desc.OpInfo[MIOpIdx].OperandType == MCOI::OPERAND_PCREL;
400 if (IsPCRel)
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterEmitter.cpp 908 bool IsPCRel =
917 PrintMethods.emplace_back(std::string(PrintMethod), IsPCRel);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 440 bool IsPCRel = Obj->getAnyRelocationPCRel(RE);
452 if (IsPCRel)
479 if (IsPCRel)
547 if (IsPCRel)

Completed in 79 milliseconds