Home
last modified time | relevance | path

Searched refs:isPCRel (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kFixupKinds.h38 static inline MCFixupKind getFixupForSize(unsigned Size, bool isPCRel) { in getFixupForSize() argument
41 return isPCRel ? FK_PCRel_1 : FK_Data_1; in getFixupForSize()
43 return isPCRel ? FK_PCRel_2 : FK_Data_2; in getFixupForSize()
45 return isPCRel ? FK_PCRel_4 : FK_Data_4; in getFixupForSize()
47 return isPCRel ? FK_PCRel_8 : FK_Data_8; in getFixupForSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp549 static bool isPCRel(unsigned Kind) { in isPCRel() function
694 if (State.Addend != 0 && isPCRel(FixupKind)) { in getExprOpValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td99 class isPCRel { bit PCRel = 1; }
115 bit PCRel = 0; // Default value, set by isPCRel.
254 !strconcat(asmstr, ", 1"), itin, []>, isPCRel;
579 isPCRel;
589 isPCRel;
599 isPCRel;
813 isPCRel;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp146 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local
156 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()