Searched refs:MakeNode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 57 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right)); in ParseOneExpression() 67 stack.push_back(MakeNode<UnaryOpNode>(alloc, *op_type, *operand)); in ParseOneExpression() 74 stack.push_back(MakeNode<IntegerNode>(alloc, value)); in ParseOneExpression() 78 stack.push_back(MakeNode<SymbolNode>(alloc, token)); in ParseOneExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbFPOProgramToDWARFExpression.cpp | 77 return MakeNode<RegisterNode>(alloc, reg_num); in ResolveFPOProgram()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 466 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow() 470 return postfix::MakeNode<postfix::RegisterNode>( in ParseCFIUnwindRow() 598 return postfix::MakeNode<postfix::RegisterNode>( in ParseWinUnwindPlan() 622 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
|
| /freebsd-13.1/sys/dev/aac/ |
| H A D | aacreg.h | 1047 MakeNode, enumerator
|
| /freebsd-13.1/sys/dev/aacraid/ |
| H A D | aacraid_reg.h | 1039 MakeNode, enumerator
|