OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 21 00:25:28 UTC 2026