Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <string>
#include <llvm/ADT/Twine.h>
#include <llvm/Support/SourceMgr.h>
#include "proteus/Error.h"
#include "proteus/Logger.hpp"
#include "proteus/TimeTracing.hpp"
Go to the source code of this file.
Functions | |
template<typename T > | |
void | saveToFile (llvm::StringRef Filepath, T &&Data) |
void saveToFile | ( | llvm::StringRef | Filepath, |
T && | Data | ||
) |