Searched refs:AddFunctions (Results 1 – 5 of 5) sorted by relevance
224 void AddFunctions(vector<Function *>::iterator begin,
195 module_->AddFunctions(functions_.begin(), functions_.end()); in Finalize()
268 TEST(Construct, AddFunctions) { in TEST() argument290 m.AddFunctions(vec.begin(), vec.end()); in TEST()
127 void Module::AddFunctions(vector<Function *>::iterator begin, in AddFunctions() function in google_breakpad::Module
1221 cu_context_->file_context->module_->AddFunctions(functions->begin(), in Finish()