Home
last modified time | relevance | path

Searched defs:Funcs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/bugpoint/
DBugDriver.cpp230 void llvm::PrintFunctionList(const std::vector<Function*> &Funcs) { in PrintFunctionList()
DMiscompilation.cpp238 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, in TestFuncs()
1009 std::vector<Function*> Funcs = DebugAMiscompilation(*this, TestCodeGenerator, in debugCodeGenerator() local
DCrashDebugger.cpp233 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) { in TestFuncs()
/external/clang/lib/Sema/
DSemaCoroutine.cpp199 const StringRef Funcs[] = {"await_ready", "await_suspend", "await_resume"}; in buildCoawaitCalls() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp140 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anondd3809d80111::GCOVProfiler