Home
last modified time | relevance | path

Searched refs:node_alloc (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp95 llvm::BumpPtrAllocator node_alloc; in TranslateFPOProgramToDWARFExpression() local
97 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp589 llvm::BumpPtrAllocator node_alloc; in ParseCFIUnwindRow() local
592 node_alloc.Reset(); in ParseCFIUnwindRow()
594 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow()
604 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()
609 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseCFIUnwindRow()
717 llvm::BumpPtrAllocator node_alloc; in ParseWinUnwindPlan() local
719 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan()
736 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseWinUnwindPlan()
759 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()