OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStackProtectorIndex
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
200
int StackProtectorFI = MFI.
getStackProtectorIndex
();
253
if (MFI.
getStackProtectorIndex
() == (int)i)
360
FrameIdx == MFI.
getStackProtectorIndex
())
PrologEpilogInserter.cpp
928
int StackProtectorFI = MFI.
getStackProtectorIndex
();
940
else if (!MFI.isObjectPreAllocated(MFI.
getStackProtectorIndex
()))
1006
if (MFI.
getStackProtectorIndex
() == (int)i || EHRegNodeFrameIndex == (int)i)
1035
MFI.
getStackProtectorIndex
() < 0 && TFI.enableStackSlotScavenging(MF))
MIRPrinter.cpp
473
.printStackObjectReference(MFI.
getStackProtectorIndex
());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
354
int
getStackProtectorIndex
() const { return StackProtectorIdx; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
1037
int SSPIdx = MFI.
getStackProtectorIndex
();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp
292
unsigned StackProbeSize = (MFI.
getStackProtectorIndex
() > 0) ? 4080 : 4096;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
2636
int FI = MFI.
getStackProtectorIndex
();
Completed in 47 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026