#include "compiler/compilerContext.h"
#include "compiler/ir/IR.h"
#include <memory>
#include <mutex>
#include <share/def.hpp>
Go to the source code of this file.
|
| template<typename T > |
| void | write (FILE *fp, const T &value) |
| |
| template<typename T > |
| void | read (FILE *fp, T &value) |
| |
| template<> |
| void | write (FILE *fp, const yoi::wstr &value) |
| |
| template<> |
| void | read (FILE *fp, yoi::wstr &value) |
| |
| template<> |
| void | write (FILE *fp, const CodegenObjectCache &value) |
| |
| template<> |
| void | read (FILE *fp, CodegenObjectCache &value) |
| |
| template<> |
| void | write (FILE *fp, const CodegenObjectCacheEntry &value) |
| |
| template<> |
| void | read (FILE *fp, CodegenObjectCacheEntry &value) |
| |
| template<> |
| void | write (FILE *fp, const std::set< yoi::indexT > &value) |
| |
| template<> |
| void | read (FILE *fp, std::set< yoi::indexT > &value) |
| |