Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Functions
Utils.h File Reference
#include <string>
#include <llvm/ADT/Twine.h>
#include <llvm/Support/SourceMgr.h>
#include "proteus/Error.h"
#include "proteus/Logger.hpp"
#include "proteus/TimeTracing.hpp"
Include dependency graph for Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
void saveToFile (llvm::StringRef Filepath, T &&Data)
 

Function Documentation

◆ saveToFile()

template<typename T >
void saveToFile ( llvm::StringRef  Filepath,
T &&  Data 
)