Searched refs:g_module_list (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msandr/
H A Dmsandr.cc89 std::vector<ModuleData> g_module_list; member in namespace:__anon16731
334 lower_bound(g_module_list.begin(), g_module_list.end(), fake_mod_data,
336 // if (it == g_module_list.end())
338 if (it == g_module_list.end() || pc < it->start_)
345 CHECK(it == g_module_list.end() || pc < it->start_);
482 upper_bound(g_module_list.begin(), g_module_list.end(), mod_data,
484 it = g_module_list.insert(it, mod_data);
503 lower_bound(g_module_list
[all...]

Completed in 122 milliseconds