Home
last modified time | relevance | path

Searched refs:KeepMain (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp36 KeepMain("keep-main", variable
202 if (KeepMain && find(Funcs.begin(), Funcs.end(), in TestFuncs()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp37 KeepMain("keep-main", variable
236 if (KeepMain && std::find(Funcs.begin(), Funcs.end(), in TestFuncs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp40 cl::opt<bool> KeepMain("keep-main", variable
238 if (KeepMain && !is_contained(Funcs, BD.getProgram().getFunction("main"))) in TestFuncs()