Home
last modified time | relevance | path

Searched refs:ExtractBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp86 static cl::list<std::string> ExtractBlocks( variable
261 for (StringRef StrPair : ExtractBlocks) { in main()
351 if (!ExtractBlocks.empty()) { in main()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp538 ExtractBlocks(BugDriver &BD, in ExtractBlocks() function
672 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation()