Home
last modified time | relevance | path

Searched refs:MakeNode (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp59 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right)); in ParseOneExpression()
69 stack.push_back(MakeNode<UnaryOpNode>(alloc, *op_type, *operand)); in ParseOneExpression()
76 stack.push_back(MakeNode<IntegerNode>(alloc, value)); in ParseOneExpression()
80 stack.push_back(MakeNode<SymbolNode>(alloc, token)); in ParseOneExpression()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp78 return MakeNode<RegisterNode>(alloc, reg_num); in ResolveFPOProgram()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp604 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()
608 return postfix::MakeNode<postfix::RegisterNode>( in ParseCFIUnwindRow()
735 return postfix::MakeNode<postfix::RegisterNode>( in ParseWinUnwindPlan()
759 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
/openbsd-src/sys/dev/ic/
H A Daacreg.h892 MakeNode, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h514 std::optional<llvm::sys::fs::perms> Perms, MakeNodeFn MakeNode);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp820 MakeNodeFn MakeNode) { in addFile() argument
852 Name, MakeNode({Dir->getUniqueID(), Path, Name, ModificationTime, in addFile()