Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenCommonISel.h122 bool shouldEmitStackProtector() const { in shouldEmitStackProtector() function
135 assert(!shouldEmitStackProtector() && "Stack Protector Descriptor is " in initialize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1929 } else if (SDB->SPDescriptor.shouldEmitStackProtector()) { in FinishBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3647 } else if (SPDescriptor.shouldEmitStackProtector()) { in finalizeBasicBlock()