Home
last modified time | relevance | path

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

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