Searched refs:node_alloc (Results 1 – 3 of 3) sorted by relevance
94 llvm::BumpPtrAllocator node_alloc; in TranslateFPOProgramToDWARFExpression() 96 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression() 95 llvm::BumpPtrAllocator node_alloc; TranslateFPOProgramToDWARFExpression() local
580 llvm::BumpPtrAllocator node_alloc; in ParseCFIUnwindRow() local583 node_alloc.Reset(); in ParseCFIUnwindRow()585 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow()595 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()600 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseCFIUnwindRow()705 llvm::BumpPtrAllocator node_alloc; in ParseWinUnwindPlan() local707 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan()724 node_alloc, info->kinds[eRegisterKindLLDB]); in ParseWinUnwindPlan()747 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
88 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