Home
last modified time | relevance | path

Searched refs:IsPIC (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcJITInfo.h26 bool IsPIC; variable
30 : IsPIC(false) {} in SparcJITInfo()
61 IsPIC = isPIC; in Initialize()
DSparcCodeEmitter.cpp41 bool IsPIC; member in __anon36889d750111::SparcCodeEmitter
54 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in SparcCodeEmitter()
108 JTI->Initialize(MF, IsPIC); in runOnMachineFunction()
/external/llvm/lib/Target/Mips/
DMipsJITInfo.h28 bool IsPIC; variable
33 IsPIC(false), IsLittleEndian(true) {} in MipsJITInfo()
64 IsPIC = isPIC; in Initialize()
DMipsLongBranch.cpp66 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch()
68 LongBranchSeqSize(!IsPIC ? 2 : (ABI == MipsSubtarget::N64 ? 10 : in MipsLongBranch()
88 bool IsPIC; member in __anon3e64e69e0111::MipsLongBranch
263 if (IsPIC) { in expandToLongBranch()
DMipsCodeEmitter.cpp58 bool IsPIC; member in __anon95815e750111::MipsCodeEmitter
71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in MipsCodeEmitter()
152 JTI->Initialize(MF, IsPIC, Subtarget->isLittle()); in runOnMachineFunction()
DMipsConstantIslandPass.cpp345 bool IsPIC; member in __anon53de055c0111::MipsConstantIslands
369 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsConstantIslands()
DMipsISelLowering.cpp2405 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall() local
2535 (Subtarget->isABI_N64() || IsPIC); // true if calls are translated to in LowerCall()
2564 if (!Subtarget->isABI_N64() && !IsPIC) // !N64 && static in LowerCall()
/external/llvm/lib/Target/ARM/
DARMJITInfo.h45 bool IsPIC; variable
48 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; } in ARMJITInfo()
DARMJITInfo.cpp167 if (IsPIC) { in emitFunctionStub()
343 IsPIC = isPIC; in Initialize()
DARMCodeEmitter.cpp59 bool IsPIC; member in __anonb0c8e9030111::ARMCodeEmitter
74 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} in ARMCodeEmitter()
380 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
382 JTI->Initialize(MF, IsPIC); in runOnMachineFunction()
1495 if (IsPIC) in emitInlineJumpTable()
DARMExpandPseudoInsts.cpp978 bool IsPIC = in ExpandMI() local
991 if (IsPIC) { in ExpandMI()
1006 if (IsPIC) { in ExpandMI()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp52 bool IsPIC; member in __anoncc82b74f0111::Emitter
58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
137 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
427 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitDisplacementField()
462 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) { in emitMemModRMByte()
469 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) { in emitMemModRMByte()
1219 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
1325 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
1369 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1861 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);