Home
last modified time | relevance | path

Searched refs:doSystemDiff (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPrintPasses.h80 std::string doSystemDiff(StringRef Before, StringRef After,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp165 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp215 std::string llvm::doSystemDiff(StringRef Before, StringRef After, in doSystemDiff() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1553 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
1922 doSystemDiff(makeHTMLReady(SR[0]), makeHTMLReady(SR[1]), in getBodyContent()