Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPrintPasses.h79 StringRef UnchangedLineFormat);
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp209 StringRef UnchangedLineFormat) { in doSystemDiff() argument
225 ("--unchanged-line-format=" + UnchangedLineFormat).toVector(ULF); in doSystemDiff()
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1921 SmallString<80> UnchangedLineFormat = formatv( in DotCfgDiff()
1926 OldLineFormat, NewLineFormat, UnchangedLineFormat); in DotCfgDiff()
1829 SmallString<80> UnchangedLineFormat = formatv( getBodyContent() local