Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h79 class InitialValueNode: public Node {
81 InitialValueNode() : Node(InitialValue) {} in InitialValueNode() function
168 virtual ResultT Visit(InitialValueNode &val, Node *&ref) = 0;
181 return Visit(llvm::cast<InitialValueNode>(*node), node); in Dispatch()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp122 bool Visit(InitialValueNode &, Node *&) override { return true; } in Visit() argument
152 void Visit(InitialValueNode &val, Node *&) override;
208 void DWARFCodegen::Visit(InitialValueNode &, Node *&) { in Visit() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp597 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()
752 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()