Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp61 WriteIfChanged("write-if-changed", cl::desc("Only write output if it changed")); variable
156 if (WriteIfChanged) { in TableGenMain()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp658 bool WriteIfChanged) { in writeELFBinaryToFile() argument
664 if (WriteIfChanged) { in writeELFBinaryToFile()
713 bool WriteIfChanged) { in writeBinaryStub() argument
719 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DELFObjHandler.h38 bool WriteIfChanged = false);