Searched refs:node_alloc (Results 1 – 3 of 3) sorted by relevance
94 llvm::BumpPtrAllocator node_alloc; in TranslateFPOProgramToDWARFExpression() local96 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression()
582 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()
88 static struct ieee80211_node *node_alloc(struct ieee80211vap *,126 ic->ic_node_alloc = node_alloc; in ieee80211_node_attach() 1099 node_alloc(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) in node_alloc() function