Searched refs:IgnoreObj (Results 1 – 3 of 3) sorted by relevance
20 struct IgnoreObj : public IgnoreTriple { struct21 IgnoreObj(string obj) : IgnoreTriple("*", obj, "*") {} in IgnoreObj() function
48 ignore_lists->ignores.push_back(IgnoreObj(tail)); in ReadIgnoreLine()
8127 g_ignore_lists->ignores.push_back(IgnoreObj("*/libpthread*")); in SetupIgnore()8128 g_ignore_lists->ignores.push_back(IgnoreObj("*/ld-2*.so")); in SetupIgnore()8159 g_ignore_lists->ignores.push_back(IgnoreObj("/usr/lib/dyld")); in SetupIgnore()8160 g_ignore_lists->ignores.push_back(IgnoreObj("/usr/lib/libobjc.A.dylib")); in SetupIgnore()8161 g_ignore_lists->ignores.push_back(IgnoreObj("*/libSystem.*.dylib")); in SetupIgnore()8176 g_ignore_lists->ignores.push_back(IgnoreObj("*ole32.dll")); in SetupIgnore()8177 g_ignore_lists->ignores.push_back(IgnoreObj("*OLEAUT32.dll")); in SetupIgnore()8178 g_ignore_lists->ignores.push_back(IgnoreObj("*MSCTF.dll")); in SetupIgnore()8179 g_ignore_lists->ignores.push_back(IgnoreObj("*ntdll.dll")); in SetupIgnore()8180 g_ignore_lists->ignores.push_back(IgnoreObj("*mswsock.dll")); in SetupIgnore()[all …]