Home
last modified time | relevance | path

Searched refs:requiresPIE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h131 bool requiresPIE() const;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp482 return getSanitizerArgs(Args).requiresPIE(); in isPIEDefault()
H A DLinux.cpp761 getTriple().isMusl() || getSanitizerArgs(Args).requiresPIE(); in isPIEDefault()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp307 bool SanitizerArgs::requiresPIE() const { return NeedPIE; } in requiresPIE() function in SanitizerArgs