Searched refs:node_alloc (Results 1 – 3 of 3) sorted by relevance
451 llvm::BumpPtrAllocator node_alloc; in ParseCFIUnwindRow() local454 node_alloc.Reset(); in ParseCFIUnwindRow()456 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow()466 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()471 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseCFIUnwindRow()580 llvm::BumpPtrAllocator node_alloc; in ParseWinUnwindPlan() local582 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan()599 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseWinUnwindPlan()622 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
94 llvm::BumpPtrAllocator node_alloc; in TranslateFPOProgramToDWARFExpression() local96 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression()
81 static struct ieee80211_node *node_alloc(struct ieee80211vap *,119 ic->ic_node_alloc = node_alloc; in ieee80211_node_attach()1071 node_alloc(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) in node_alloc() function