Jlm
Namespaces | Enumerations | Functions
CallingConvention.hpp File Reference
#include <llvm/IR/CallingConv.h>
Include dependency graph for CallingConvention.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 jlm
 
 jlm::llvm
 Global memory state passed between functions.
 

Enumerations

enum class  jlm::llvm::CallingConvention {
  jlm::llvm::C , jlm::llvm::Default = C , jlm::llvm::Fast , jlm::llvm::Cold ,
  jlm::llvm::Tail
}
 

Functions

jlm::llvm::CallingConvention jlm::llvm::convertCallingConventionToJlm (::llvm::CallingConv::ID cc)
 
::llvm::CallingConv::ID jlm::llvm::convertCallingConventionToLlvm (jlm::llvm::CallingConvention cc)