Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h300 bool shouldEmitStackProtector() const { in shouldEmitStackProtector() function
313 assert(!shouldEmitStackProtector() && "Stack Protector Descriptor is " in initialize()
H A DSelectionDAGISel.cpp1783 } else if (SDB->SPDescriptor.shouldEmitStackProtector()) { in FinishBasicBlock()