Home
last modified time | relevance | path

Searched refs:UsesPICBase (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h105 bool UsesPICBase; variable
132 UsesPICBase(0), in PPCFunctionInfo()
201 void setUsesPICBase(bool uses) { UsesPICBase = uses; } in setUsesPICBase()
202 bool usesPICBase() const { return UsesPICBase; } in usesPICBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h116 bool UsesPICBase = false; variable
214 void setUsesPICBase(bool uses) { UsesPICBase = uses; } in setUsesPICBase()
215 bool usesPICBase() const { return UsesPICBase; } in usesPICBase()