Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenCommonISel.h120 bool shouldEmitStackProtector() const { in shouldEmitStackProtector() function
133 assert(!shouldEmitStackProtector() && "Stack Protector Descriptor is " in initialize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1695 } else if (SDB->SPDescriptor.shouldEmitStackProtector()) { in FinishBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3193 } else if (SPDescriptor.shouldEmitStackProtector()) { in finalizeBasicBlock()