OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPositionIndependent
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp
186
bool
isPositionIndependent
() const;
519
bool ARMFastISel::
isPositionIndependent
() const {
520
return TLI.
isPositionIndependent
();
541
bool
IsPositionIndependent
=
isPositionIndependent
();
545
(Subtarget->isTargetMachO() || !
IsPositionIndependent
)) {
551
if (
IsPositionIndependent
)
561
if (Subtarget->isTargetELF() &&
IsPositionIndependent
)
565
unsigned PCAdj =
IsPositionIndependent
? (Subtarget->isThumb() ? 4 : 8) : 0;
575
unsigned Opc =
IsPositionIndependent
? ARM::t2LDRpci_pic : ARM::t2LDRpci
[
all
...]
ARMISelLowering.cpp
2489
assert((!
isPositionIndependent
() || Subtarget->isTargetWindows()) &&
3286
bool
IsPositionIndependent
=
isPositionIndependent
() || Subtarget->isROPI();
3287
if (!
IsPositionIndependent
) {
3301
if (!
IsPositionIndependent
)
3601
if ((TLI->
isPositionIndependent
() || TLI->getSubtarget()->isROPI()) &&
3701
if (
isPositionIndependent
()) {
3768
isPositionIndependent
() ? ARMISD::WrapperPIC : ARMISD::Wrapper;
3936
bool
IsPositionIndependent
=
isPositionIndependent
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
335
bool
IsPositionIndependent
= TM.
isPositionIndependent
();
337
if (Subtarget.is32BitELFABI() &&
IsPositionIndependent
)
343
if (Subtarget.is32BitELFABI() &&
IsPositionIndependent
)
1380
if (Subtarget.isSVR4ABI() && TM.
isPositionIndependent
())
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
1134
bool
IsPositionIndependent
=
isPositionIndependent
();
1135
unsigned char TF =
IsPositionIndependent
? HexagonII::MO_PCREL : 0;
1151
if (
IsPositionIndependent
)
1160
if (
isPositionIndependent
()) {
1324
bool
IsPositionIndependent
=
isPositionIndependent
();
1326
IsPositionIndependent
? HexagonII::MO_IEGOT : HexagonII::MO_IE;
1334
if (
IsPositionIndependent
) {
Completed in 122 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026