Home
last modified time | relevance | path

Searched refs:hasStackProtectorIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h298 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp970 if (MFI->hasStackProtectorIndex()) { in emitExceptHandlerTable()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp357 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()