OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPIE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachine.cpp
171
bool
IsPIE
= GV->getParent()->getPIELevel() != PIELevel::Default;
173
bool IsSharedLibrary = RM == Reloc::PIC_ && !
IsPIE
;
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
FreeBSD.cpp
146
const bool
IsPIE
=
162
if (
IsPIE
)
255
else if (
IsPIE
)
268
else if (Args.hasArg(options::OPT_shared) ||
IsPIE
)
360
if (Args.hasArg(options::OPT_shared) ||
IsPIE
)
WebAssembly.cpp
263
bool
IsPIE
;
264
std::tie(RelocationModel, PICLevel,
IsPIE
) =
Hexagon.cpp
215
bool
IsPIE
= Args.hasArg(options::OPT_pie);
261
if (
IsPIE
&& !IsShared)
Gnu.cpp
401
const bool
IsPIE
= getPIE(Args, ToolChain);
421
if (
IsPIE
)
506
else if (
IsPIE
)
541
else if (
IsPIE
|| IsStaticPIE)
660
else if (
IsPIE
|| IsStaticPIE)
695
bool
IsPIE
;
697
std::tie(RelocationModel, PICLevel,
IsPIE
) =
CommonArgs.cpp
1115
/// (RelocationModel, PICLevel,
IsPIE
).
1376
bool
IsPIE
;
1377
std::tie(RelocationModel, PICLevel,
IsPIE
) = ParsePICArgs(ToolChain, Args);
Clang.cpp
1900
bool
IsPIE
;
1901
std::tie(RelocationModel, PICLevel,
IsPIE
) =
4710
bool
IsPIE
;
4711
std::tie(RelocationModel, PICLevel,
IsPIE
) = ParsePICArgs(TC, Args);
4738
if (
IsPIE
)
4768
if (RelocationModel != llvm::Reloc::Static && !
IsPIE
) {
7440
bool
IsPIE
;
7441
std::tie(RelocationModel, PICLevel,
IsPIE
) =
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026