Searched refs:WriteIfChanged (Results 1 – 3 of 3) sorted by relevance
53 WriteIfChanged("write-if-changed", cl::desc("Only write output if it changed")); variable136 if (WriteIfChanged) { in TableGenMain()
599 bool WriteIfChanged) { in writeELFBinaryToFile() argument605 if (WriteIfChanged) { in writeELFBinaryToFile()654 bool WriteIfChanged) { in writeBinaryStub() argument660 return writeELFBinaryToFile<ELF32LE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()662 return writeELFBinaryToFile<ELF32BE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()666 return writeELFBinaryToFile<ELF64LE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()668 return writeELFBinaryToFile<ELF64BE>(FilePath, Stub, WriteIfChanged); in writeBinaryStub()
39 bool WriteIfChanged = false);