Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
int | llvm::DiffFilesWithTolerance (StringRef FileA, StringRef FileB, double AbsTol, double RelTol, std::string *Error=nullptr) |
| DiffFilesWithTolerance - Compare the two files specified, returning 0 if the files match, 1 if they are different, and 2 if there is a file error.
|
|
llvm::Error | llvm::writeFileAtomically (StringRef TempPathModel, StringRef FinalPath, StringRef Buffer) |
| Creates a unique file with name according to the given TempPathModel , writes content of Buffer to the file and renames it to FinalPath .
|
|
llvm::Error | llvm::writeFileAtomically (StringRef TempPathModel, StringRef FinalPath, std::function< llvm::Error(llvm::raw_ostream &)> Writer) |
|