HomeSort by: relevance | last modified time | path
    Searched refs:requiresPIE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
SanitizerArgs.h 94 bool requiresPIE() const;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
FreeBSD.cpp 467 bool FreeBSD::isPIEDefault() const { return getSanitizerArgs().requiresPIE(); }
Linux.cpp 659 getTriple().isMusl() || getSanitizerArgs().requiresPIE();
  /src/external/apache2/llvm/dist/clang/lib/Driver/
SanitizerArgs.cpp 37 static const SanitizerMask RequiresPIE =
267 bool SanitizerArgs::requiresPIE() const {
268 return NeedPIE || (Sanitizers.Mask & RequiresPIE);

Completed in 63 milliseconds