Searched refs:BranchNode (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | GraphBuilder.cpp | 89 for (auto &V : {BranchNode.Target, BranchNode.Fallthrough}) in printToDOT() 125 if (BranchNode.Target && !BranchNode.Fallthrough) { in buildFlowsToUndefined() 135 BranchNode.Fallthrough = in buildFlowsToUndefined() 137 } else if (BranchNode.Fallthrough && !BranchNode.Target) { in buildFlowsToUndefined() 157 BranchNode.Target = in buildFlowsToUndefined() 172 BranchNode.CFIProtection = true; in buildFlowsToUndefined() 194 BranchNode.CFIProtection = true; in buildFlowsToUndefined() 298 ConditionalBranchNode BranchNode; in buildFlowGraphImpl() local 300 BranchNode.Target = 0; in buildFlowGraphImpl() 301 BranchNode.Fallthrough = 0; in buildFlowGraphImpl() [all …]
|
| H A D | GraphBuilder.h | 129 ConditionalBranchNode &BranchNode,
|
| H A D | FileAnalysis.cpp | 297 for (const auto &BranchNode : Graph.ConditionalBranchNodes) { in validateCFIProtection() local 298 if (!BranchNode.CFIProtection) in validateCFIProtection()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/ |
| H A D | GraphBuilder.cpp | 76 void PrintTo(const ConditionalBranchNode &BranchNode, ::std::ostream *os) { in PrintTo() argument 77 *os << "ConditionalBranchNode<Address: 0x" << std::hex << BranchNode.Address in PrintTo() 78 << ", Target: 0x" << BranchNode.Target << ", Fallthrough: 0x" in PrintTo() 79 << BranchNode.Fallthrough in PrintTo() 80 << ", CFIProtection: " << BranchNode.CFIProtection << ">"; in PrintTo()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 703 class BranchNode : public NodeBase<NodeRef, KeyT, N> { 940 IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>; 953 IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>;
|