Searched defs:isPIC (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.h | 62 void Initialize(const MachineFunction &MF, bool isPIC, in Initialize()
|
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.h | 106 void Initialize(const MachineFunction &MF, bool isPIC) { in Initialize()
|
D | ARMAsmPrinter.cpp | 1395 bool isPIC = TF == ARMII::MO_LO16_NONLAZY_PIC; in EmitInstruction() local 1433 bool isPIC = TF == ARMII::MO_HI16_NONLAZY_PIC; in EmitInstruction() local
|
D | ARMExpandPseudoInsts.cpp | 895 bool isPIC = (Opcode != ARM::MOV_ga_dyn && Opcode != ARM::t2MOV_ga_dyn); in ExpandMI() local
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 133 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1248 bool isPIC = TM.getRelocationModel() == Reloc::PIC_ && in GetLabelAccessInfo() local 1270 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC, in LowerLabelRef() 1304 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerConstantPool() local 1325 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerJumpTable() local 1338 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag); in LowerBlockAddress() local 1446 bool isPIC = GetLabelAccessInfo(DAG.getTarget(), MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7712 bool is64Bit, bool isPIC) { in LowerToTLSExecModel()
|