reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
907 PIE = PIC = false; 908 bool IsPICLevelTwo = PIC; 925 PIC = true; // "-fpic" 930 PIC = true; // "-fPIC" 965 PIC = true; 994 PIC = 999 PIE = PIC = false; 1004 PIC = true; 1016 if (PIC && (Triple.isOSDarwin() || EffectiveTriple.isPS4CPU())) 1024 PIC = PIE = false; 1038 PIC = ToolChain.isPICDefault() && ToolChain.isPICDefaultForced(); 1040 return std::make_tuple(llvm::Reloc::DynamicNoPIC, PIC ? 2U : 0U, false); 1073 if ((ROPI || RWPI) && (PIC || PIE)) 1084 PIC = true; 1093 if (PIC)