Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp94 llvm::BumpPtrAllocator node_alloc; in TranslateFPOProgramToDWARFExpression()
96 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression()
95 llvm::BumpPtrAllocator node_alloc; TranslateFPOProgramToDWARFExpression() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp582 llvm::BumpPtrAllocator node_alloc; in ParseCFIUnwindRow() local
585 node_alloc.Reset(); in ParseCFIUnwindRow()
587 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow()
597 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()
602 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseCFIUnwindRow()
710 llvm::BumpPtrAllocator node_alloc; in ParseWinUnwindPlan() local
712 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan()
729 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseWinUnwindPlan()
752 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
/freebsd/sys/net80211/
H A Dieee80211_node.c88 static struct ieee80211_node *node_alloc(struct ieee80211vap *,
126 ic->ic_node_alloc = node_alloc; in ieee80211_node_attach()
1098 node_alloc(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) in node_alloc() function