HomeSort by relevance Sort by last modified time
    Searched refs:getStackProtectorIndex (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LocalStackSlotAllocation.cpp 164 if (MFI->getStackProtectorIndex() >= 0) {
165 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset,
172 if (MFI->getStackProtectorIndex() == (int)i)
187 if (MFI->getStackProtectorIndex() == (int)i)
PrologEpilogInserter.cpp 602 if (MFI->getStackProtectorIndex() >= 0) {
603 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown,
617 if (MFI->getStackProtectorIndex() == (int)i)
639 if (MFI->getStackProtectorIndex() == (int)i)
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 197 if (MFI->getStackProtectorIndex() >= 0) {
202 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset,
209 if (MFI->getStackProtectorIndex() == (int)i)
241 if (MFI->getStackProtectorIndex() == (int)i)
PrologEpilogInserter.cpp 826 if (MFI->getStackProtectorIndex() >= 0) {
831 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown,
845 if (MFI->getStackProtectorIndex() == (int)i ||
    [all...]
MIRPrinter.cpp 360 .printStackObjectReference(MFI.getStackProtectorIndex());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 246 /// getStackProtectorIndex/setStackProtectorIndex - Return the index for the
249 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 296 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 295 int getStackProtectorIndex() const { return StackProtectorIdx; }
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 174 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1091 milliseconds