HomeSort by relevance Sort by last modified time
    Searched refs:isPIC (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcJITInfo.h 26 bool IsPIC;
30 : IsPIC(false) {}
60 void Initialize(const MachineFunction &MF, bool isPIC) {
61 IsPIC = isPIC;
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 28 bool IsPIC;
33 IsPIC(false), IsLittleEndian(true) {}
62 void Initialize(const MachineFunction &MF, bool isPIC,
64 IsPIC = isPIC;
  /external/llvm/lib/Target/
TargetMachine.cpp 111 bool isPIC = getRelocationModel() == Reloc::PIC_;
118 if (isPIC && !isPIE) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 43 // IsPIC - True if the relocation model is PIC. This is used to determine
45 bool IsPIC;
48 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; }
105 void Initialize(const MachineFunction &MF, bool isPIC);
ARMJITInfo.cpp 167 if (IsPIC) {
339 void ARMJITInfo::Initialize(const MachineFunction &MF, bool isPIC) {
343 IsPIC = isPIC;
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 892 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
899 : (isPIC ? SparcMCExpr::VK_Sparc_GOT10 : VK));
904 : (isPIC ? SparcMCExpr::VK_Sparc_GOT22 : VK));
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 254 milliseconds