CACAO
|
Additional Inherited Members | |
![]() | |
static Backend * | factory (JITData *JD) |
![]() | |
static void * | operator new (std::size_t size) throw (std::bad_alloc) |
normal new More... | |
static void * | operator new (std::size_t size, void *ptr) throw () |
placement new More... | |
static void * | operator new (std::size_t size, const std::nothrow_t &nt) throw () |
nothrow new More... | |
static void | operator delete (void *pMemory) throw () |
normal delete More... | |
static void | operator delete (void *pMemory, void *ptr) throw () |
placement delete More... | |
static void | operator delete (void *pMemory, const std::nothrow_t &) throw () |
nothrow delete More... | |
static void * | operator new[] (std::size_t size) throw (std::bad_alloc) |
normal new[] More... | |
static void * | operator new[] (std::size_t size, void *ptr) throw () |
placement new[] More... | |
static void * | operator new[] (std::size_t size, const std::nothrow_t &nt) throw () |
nothrow new[] More... | |
static void | operator delete[] (void *pMemory) throw () |
normal delete[] More... | |
static void | operator delete[] (void *pMemory, void *ptr) throw () |
placement delete[] More... | |
static void | operator delete[] (void *pMemory, const std::nothrow_t &) throw () |
nothrow delete[] More... | |
![]() | |
Backend (JITData *JD) | |
Machine Backend.
This class containes all target dependent information.
Definition at line 68 of file Backend.hpp.
|
inline |
Definition at line 70 of file Backend.hpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 149 of file X86_64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 176 of file Aarch64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 124 of file X86_64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 160 of file Aarch64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 69 of file X86_64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 79 of file Aarch64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 58 of file Aarch64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 64 of file X86_64Backend.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
|
virtual |
Implements cacao::jit::compiler2::Backend.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 101 of file X86_64Register.cpp.
|
virtual |
Implements cacao::jit::compiler2::Backend.
Definition at line 131 of file Aarch64Register.cpp.