Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp53 WriteIfChanged("write-if-changed", cl::desc("Only write output if it changed")); variable
136 if (WriteIfChanged) { in TableGenMain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp599 bool WriteIfChanged) { in writeELFBinaryToFile() argument
605 if (WriteIfChanged) { in writeELFBinaryToFile()
654 bool WriteIfChanged) { in writeBinaryStub() argument
660 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DELFObjHandler.h39 bool WriteIfChanged = false);