Home
last modified time | relevance | path

Searched refs:shouldEmitStackProtector (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h303 bool shouldEmitStackProtector() const { in shouldEmitStackProtector() function
316 assert(!shouldEmitStackProtector() && "Stack Protector Descriptor is " in initialize()
DSelectionDAGISel.cpp1751 } else if (SDB->SPDescriptor.shouldEmitStackProtector()) { in FinishBasicBlock()