Home
last modified time | relevance | path

Searched refs:HasPrologue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp93 HasPrologue = false; in runOnFunction()
220 HasPrologue = true; in RequiresStackProtector()
230 else if (HasPrologue) in RequiresStackProtector()
349 if (!HasPrologue) { in InsertStackProtectors()
350 HasPrologue = true; in InsertStackProtectors()
442 return HasPrologue; in InsertStackProtectors()
470 return HasPrologue && !HasIRCheck && dyn_cast<ReturnInst>(BB.getTerminator()); in shouldEmitSDCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp87 HasPrologue = false; in runOnFunction()
224 HasPrologue = true; in RequiresStackProtector()
245 else if (HasPrologue) in RequiresStackProtector()
392 if (!HasPrologue) { in InsertStackProtectors()
393 HasPrologue = true; in InsertStackProtectors()
485 return HasPrologue; in InsertStackProtectors()
513 return HasPrologue && !HasIRCheck && dyn_cast<ReturnInst>(BB.getTerminator()); in shouldEmitSDCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackProtector.h72 bool HasPrologue = false; variable
/external/llvm/include/llvm/CodeGen/
DStackProtector.h79 bool HasPrologue = false; variable