Home
last modified time | relevance | path

Searched refs:PIE (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.cpp182 PIE = MBB->pred_end(); PI != PIE; ++PI) in verifyCTRBranch() local
HDPPCEarlyReturn.cpp66 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCommonArgs.cpp892 bool PIE = ToolChain.isPIEDefault(); in ParsePICArgs() local
893 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs()
896 PIE = PIC = false; in ParsePICArgs()
982 PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie); in ParsePICArgs()
984 PIE || O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic); in ParsePICArgs()
988 PIE = PIC = false; in ParsePICArgs()
1013 PIC = PIE = false; in ParsePICArgs()
1062 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs()
1083 return std::make_tuple(llvm::Reloc::PIC_, IsPICLevelTwo ? 2U : 1U, PIE); in ParsePICArgs()
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
HDMachOLinkingContext.h162 bool PIE() const { return _pie; } in PIE() function
/freebsd-11-stable/contrib/file/magic/Magdir/
HDmach235 >>24 belong &0x0200000 \b|PIE
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDPathDiagnostic.cpp681 } else if (Optional<PostImplicitCall> PIE = P.getAs<PostImplicitCall>()) { in create() local
682 return PathDiagnosticLocation(PIE->getLocation(), SMng); in create()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.def181 COMPATIBLE_VALUE_LANGOPT(PIE , 1, 0, "is pie")
HDCodeGenOptions.def351 /// Whether copy relocations support is available when building as PIE.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitPreprocessor.cpp1004 if (LangOpts.PIE) { in InitializePredefinedMacros()
HDCompilerInvocation.cpp2904 Opts.PIE = Args.hasArg(OPT_pic_is_pie); in ParseLangArgs()
3576 LangOpts.PIE = Args.hasArg(OPT_pic_is_pie); in CreateFromArgs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2348 if (Optional<PreImplicitCall> PIE = P.getAs<PreImplicitCall>()) in getLocation() local
2349 return PathDiagnosticLocation(PIE->getLocation(), SM); in getLocation()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileFromAtoms.cpp1569 if ((_ctx.outputMachOType() == MH_EXECUTE) && _ctx.PIE()) in fileFlags()
/freebsd-11-stable/contrib/binutils/ld/
HDChangeLog-0203914 * genscripts.sh: Generate PIE scripts.
918 (gld${EMULATION_NAME}_get_script): Include PIE scripts.
919 * scripttempl/elf.sc: In PIE scripts set . the same way as in
/freebsd-11-stable/contrib/unbound/
HDacx_nlnetlabs.m41411 AC_MSG_CHECKING([if $CC supports PIE])
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp161 PIE = PersonalityIndexLocs.end(); in emitPersonalityLocNotes() local
162 PI != PE || PII != PIE;) { in emitPersonalityLocNotes()
163 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer())) in emitPersonalityLocNotes()
165 else if (PII != PIE && (PI == PE || PII->getPointer() < PI->getPointer())) in emitPersonalityLocNotes()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp604 if (Context.getLangOpts().PIE) in Release()
835 if (RM != llvm::Reloc::Static && !LOpts.PIE) in shouldAssumeDSOLocal()
/freebsd-11-stable/contrib/file/
HDChangeLog183 * Enable parsing of ELF dynamic sections to handle PIE better
/freebsd-11-stable/crypto/openssh/
HDconfigure.ac1702 # Turn off automatic PIE when toolchain hardening is off.
1706 # Automatic PIE requires gcc >= 4.x
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td652 def fno_PIE : Flag<["-"], "fno-PIE">, Group<f_Group>;
2503 HelpText<"Use copy relocations support for PIE builds">;
/freebsd-11-stable/contrib/binutils/bfd/
HDChangeLog-2006665 for PIE executables.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp2217 LLVM_READOBJ_DT_FLAG_ENT(DF_1, PIE),
/freebsd-11-stable/contrib/unbound/doc/
HDChangelog4047 - Feature #699: --enable-pie option to that builds PIE binary.
/freebsd-11-stable/contrib/gcc/doc/
HDinvoke.texi8669 pointers to functions. Without any PIC/PIE-related options, it
/freebsd-11-stable/crypto/heimdal/lib/wind/
HDUnicodeData.txt9456 A03D;YI SYLLABLE PIE;Lo;0;L;;;;;N;;;;;
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200512323 * config/m32r/linux.h (STARTFILE_SPEC): Support PIE.

12