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()
120 bool Visit(InitialValueNode &, Node *&) override { return true; } in Visit() argument150 void Visit(InitialValueNode &val, Node *&) override;206 void DWARFCodegen::Visit(InitialValueNode &, Node *&) { in Visit() argument
49 std::string Visit(InitialValueNode &, Node *&) override { return "InitialValue"; } in Visit()140 return MakeNode<InitialValueNode>(alloc); in ParseAndGenerateDWARF()
467 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()623 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()