Searched refs:isPCRel (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCFixup.h98 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { argument
101 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1;
102 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2;
103 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4;
104 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8;
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp40 bool isPCRel = Obj->getAnyRelocationPCRel(RE); variable
71 Expr = MCSymbolRefExpr::create(Sym, isPCRel ?
H A DX86MCCodeEmitter.cpp212 bool isPCRel = X86II::isImmPCRel(TSFlags);
220 return MCFixup::getKindForSize(Size, isPCRel);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp366 bool isPCRel (unsigned Kind) { function in namespace:__anon2885
709 MCExpr const *FixupExpression = (*Addend > 0 && isPCRel(FixupKind)) ?
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp623 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
630 if (isPCRel)
657 if (isPCRel)

Completed in 64 milliseconds