Searched refs:getRestoreBasePointer (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h73 bool getRestoreBasePointer() const { return RestoreBasePointerOffset != 0; } function in class:llvm::M68kMachineFunctionInfo
H A DM68kFrameLowering.cpp535 if (MMFI->getRestoreBasePointer())
635 if (MMFI->getRestoreBasePointer()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h138 bool getRestoreBasePointer() const { return RestoreBasePointerOffset!=0; } function in class:llvm::X86MachineFunctionInfo
H A DX86FrameLowering.cpp1451 if (X86FI->getRestoreBasePointer())
1837 if (X86FI->getRestoreBasePointer()) {
2236 if (X86FI->getRestoreBasePointer())

Completed in 145 milliseconds