Searched refs:InitialValueNode (Results 1 – 3 of 3) 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
466 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()622 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()