Searched refs:InitialValueNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h79 class InitialValueNode: public Node { class in namespace:lldb_private::postfix
81 InitialValueNode() : Node(InitialValue) {} function in class:lldb_private::postfix::InitialValueNode
168 virtual ResultT Visit(InitialValueNode &val, Node *&ref) = 0;
181 return Visit(llvm::cast<InitialValueNode>(*node), node);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp120 bool Visit(InitialValueNode &, Node *&) override { return true; }
150 void Visit(InitialValueNode &val, Node *&) override;
206 void DWARFCodegen::Visit(InitialValueNode &, Node *&) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp454 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc);
604 // Replace the node value with InitialValueNode, so that subsequent
607 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc);

Completed in 58 milliseconds