Searched refs:AddFunctions (Results 1 – 5 of 5) sorted by relevance
207 void AddFunctions(vector<Function *>::iterator begin,
193 module_->AddFunctions(functions_.begin(), functions_.end()); in Finalize()
252 TEST(Construct, AddFunctions) { in TEST() argument272 m.AddFunctions(vec.begin(), vec.end()); in TEST()
116 void Module::AddFunctions(vector<Function *>::iterator begin, in AddFunctions() function in google_breakpad::Module
1049 cu_context_->file_context->module_->AddFunctions(functions->begin(), in Finish()