Searched refs:WriteIfChanged (Results 1 – 3 of 3) sorted by relevance
61 WriteIfChanged("write-if-changed", cl::desc("Only write output if it changed")); variable156 if (WriteIfChanged) { in TableGenMain()
658 bool WriteIfChanged) { in writeELFBinaryToFile() argument664 if (WriteIfChanged) { in writeELFBinaryToFile()713 bool WriteIfChanged) { in writeBinaryStub() argument719 return writeELFBinaryToFile<ELF32LE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()721 return writeELFBinaryToFile<ELF32BE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()725 return writeELFBinaryToFile<ELF64LE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()727 return writeELFBinaryToFile<ELF64BE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()
38 bool WriteIfChanged = false);