Searched refs:getStackProtectorIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp163 if (MFI->getStackProtectorIndex() >= 0) {
164 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset,
171 if (MFI->getStackProtectorIndex() == (int)i)
186 if (MFI->getStackProtectorIndex() == (int)i)
H A DPrologEpilogInserter.cpp588 if (MFI->getStackProtectorIndex() >= 0) {
589 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown,
603 if (MFI->getStackProtectorIndex() == (int)i)
625 if (MFI->getStackProtectorIndex() == (int)i)
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h255 /// getStackProtectorIndex/setStackProtectorIndex - Return the index for the
258 int getStackProtectorIndex() const { return StackProtectorIdx; } function in class:llvm::MachineFrameInfo

Completed in 151 milliseconds