|
TPDE
|
| ▼Ntpde | |
| ▼Na64 | |
| CCCAssignerAAPCS | AArch64 AAPCS calling convention |
| ▼CCompilerA64 | Compiler mixin for targeting AArch64 |
| CCallBuilder | Helper class for building call sequences |
| CJump | Jump conditions |
| CFunctionWriterA64 | Helper class to write function text for AArch64 |
| ▼Nutil | |
| CSegmentedVector | A vector with stable element addresses |
| CSmallBitSet | BitSet implemented on top of SmallVector |
| ▼Nx64 | |
| CCCAssignerSysV | X86-64 System V calling convention |
| ▼CCompilerX64 | Compiler mixin for targeting x86-64 |
| CCallBuilder | Helper class for building call sequences |
| CFunctionWriterX64 | Helper class to write function text for X64 |
| CAssembler | Assembler base class |
| ▼CCompilerBase | The base class for the compiler |
| CCallArg | Call argument, enhancing an IRValueRef with information on how to pass it |
| CCallBuilderBase | Base class for target-specific CallBuilder implementations |
| CScratchReg | Owned unspillable and unevictable temporary register with RAII semantics |
| CValRefSpecial | A default implementation for ValRefSpecial |
| CFunctionWriter | Helper class to write function text |
| CFunctionWriterBase | Architecture-independent base for helper class to write function text |
| ▼Ntpde_llvm | |
| CConcurrentOrcCompiler | A very simple thread-safe version of OrcCompiler, intended as a typical drop-in replacement for llvm::orc::ConcurrentIRCompiler |
| CJITMapper | In-memory mapper for JIT execution |
| CLLVMCompiler | Compiler for LLVM modules |
| COrcCompiler | ORC Compiler functor using TPDE-LLVM, which can transparently fall back to LLVM's SimpleCompiler (if a target machine is provided) |