OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usesPICBase
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
146
bool
UsesPICBase
= false;
257
void setUsesPICBase(bool uses) {
UsesPICBase
= uses; }
258
bool
usesPICBase
() const { return
UsesPICBase
; }
PPCFrameLowering.cpp
596
if (FI->hasFastCall() || FI->
usesPICBase
())
714
if (FI->
usesPICBase
()) {
828
if (FI->
usesPICBase
())
1017
if (FI->
usesPICBase
()) {
1054
if (FI->
usesPICBase
())
1079
if (FI->
usesPICBase
())
1125
if (FI->
usesPICBase
()) {
1612
if (FI->
usesPICBase
()) {
1811
if (FI->
usesPICBase
())
1999
if (FI->
usesPICBase
()) {
[
all
...]
PPCAsmPrinter.cpp
1543
if (PPCFI->
usesPICBase
() && !Subtarget->isSecurePlt()) {
Completed in 23 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026