Searched refs:MO_GOT (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h169 /// MO_GOT - Indicates a GOT-relative relocation
170 MO_GOT, enumerator in enum:llvm::HexagonII::HexagonMOTargetFlagVal
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h39 MO_GOT, enumerator in enum:llvm::MipsII::TOF
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h43 MO_GOT = (1 << 0) enumerator in enum:llvm::SystemZII::__anon2506
H A DSystemZMCInstLower.cpp37 case SystemZII::MO_GOT:
H A DSystemZISelLowering.cpp1040 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, SystemZII::MO_GOT);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp38 case AArch64II::MO_GOT:
H A DAArch64ISelLowering.cpp1933 HiFixup = AArch64II::MO_GOT;
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp48 case MipsII::MO_GOT: Kind = MCSymbolRefExpr::VK_Mips_GOT; break;
H A DMipsAsmPrinter.cpp459 case MipsII::MO_GOT: O << "%got("; break;
H A DMips16ISelLowering.cpp403 JumpTarget = getAddrGlobal(JumpTarget, DAG, MipsII::MO_GOT);
H A DMipsISelLowering.cpp111 unsigned GOTFlag = HasMips64 ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h79 case X86II::MO_GOT: // normal GOT reference.
95 case X86II::MO_GOT: // isPICStyleGOT: other global.
H A DX86Subtarget.cpp96 return X86II::MO_GOT;
H A DX86AsmPrinter.cpp197 case X86II::MO_GOT: O << "@GOT"; break;
H A DX86MCInstLower.cpp194 case X86II::MO_GOT: RefKind = MCSymbolRefExpr::VK_GOT; break;
H A DX86ISelLowering.cpp7517 OpFlag = X86II::MO_GOT;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h67 /// MO_GOT - On a symbol operand this indicates that the immediate is the
72 MO_GOT, enumerator in enum:llvm::X86II::TOF
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h1004 // MO_GOT - Represents a relocation referring to the GOT entry of a given
1006 MO_GOT, enumerator in enum:llvm::AArch64II::TOF

Completed in 486 milliseconds