MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
mllif Namespace Reference

Namespaces

namespace  c
 
namespace  cs
 
namespace  cxx
 
namespace  mlir
 
namespace  shared
 

Classes

class  AssemblyDecl
 
class  BridgeGen
 
class  Decl
 
class  Error
 
class  FunctionDecl
 
class  MethodDecl
 
class  MLLIFContext
 
class  NamespaceDecl
 
class  ObjectDecl
 
class  ParamDecl
 
struct  Stdin
 A simple wrapper for stdin. More...
 
class  Type
 

Functions

auto Indent (size_t size) -> std::string
 
int init (const char *runtimeConfigPath, const char *assemblyPath)
 
void close ()
 

Function Documentation

◆ close()

void mllif::close ( )

Definition at line 63 of file BridgeStub.cxx.

◆ Indent()

auto mllif::Indent ( size_t size) -> std::string

Definition at line 22 of file CsBridgeGen.cxx.

Here is the caller graph for this function:

◆ init()

int mllif::init ( const char * runtimeConfigPath,
const char * assemblyPath )