Next: , Previous: , Up: TC-L   [Contents][Index]


4.21.4 TC-L Code to Write

src/llvmtranslate/escapes-collector.cc

Both functions are based on an internal visitor.

src/llvmtranslate/translator.*

This is where all the translation logic goes.

The translation to LLVM IR is using the llvm::IRBuilder.

src/llvmtranslate/llvm-type-visitor.*

Translate type::Type objects into llvm::Type objects.