Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp587 llvm::BumpPtrAllocator node_alloc; in ParseCFIUnwindRow() local
590 node_alloc.Reset(); in ParseCFIUnwindRow()
592 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow()
602 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()
607 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseCFIUnwindRow()
715 llvm::BumpPtrAllocator node_alloc; in ParseWinUnwindPlan() local
717 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan()
734 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseWinUnwindPlan()
757 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()