Searched defs:StackProtectorDescriptor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h388 /// the StackProtectorDescriptor attached to the SelectionDAGBuilder is
397 class StackProtectorDescriptor { class in class:llvm::SelectionDAGBuilder
399 StackProtectorDescriptor() : ParentMBB(nullptr), SuccessMBB(nullptr), function in class:llvm::SelectionDAGBuilder::StackProtectorDescriptor
401 ~StackProtectorDescriptor() { }
509 /// A StackProtectorDescriptor structure used to communicate stack protector
511 StackProtectorDescriptor SPDescriptor;
676 void visitSPDescriptorParent(StackProtectorDescriptor &SPD,
678 void visitSPDescriptorFailure(StackProtectorDescriptor &SPD);

Completed in 65 milliseconds