Home
last modified time | relevance | path

Searched refs:AddFunctions (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Dmodule.h207 void AddFunctions(vector<Function *>::iterator begin,
Dstabs_to_module.cc193 module_->AddFunctions(functions_.begin(), functions_.end()); in Finalize()
Dmodule_unittest.cc252 TEST(Construct, AddFunctions) { in TEST() argument
272 m.AddFunctions(vec.begin(), vec.end()); in TEST()
Dmodule.cc116 void Module::AddFunctions(vector<Function *>::iterator begin, in AddFunctions() function in google_breakpad::Module
Ddwarf_cu_to_module.cc1049 cu_context_->file_context->module_->AddFunctions(functions->begin(), in Finish()