Searched refs:InitialValueNode (Results 1 – 4 of 4) sorted by relevance
79 class InitialValueNode: public Node {81 InitialValueNode() : Node(InitialValue) {} in InitialValueNode() function168 virtual ResultT Visit(InitialValueNode &val, Node *&ref) = 0;181 return Visit(llvm::cast<InitialValueNode>(*node), node); in Dispatch()
122 bool Visit(InitialValueNode &, Node *&) override { return true; } in Visit() argument152 void Visit(InitialValueNode &val, Node *&) override;208 void DWARFCodegen::Visit(InitialValueNode &, Node *&) { in Visit() argument
51 std::string Visit(InitialValueNode &, Node *&) override { return "InitialValue"; } in Visit() 142 return MakeNode<InitialValueNode>(alloc); in ParseAndGenerateDWARF()
595 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow() 747 // Replace the node value with InitialValueNode, so that subsequent in ParseWinUnwindPlan() 750 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()