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()
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
597 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()752 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()