LLVM  8.0.1
Classes | Namespaces
OrcABISupport.h File Reference
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Memory.h"
#include <algorithm>
#include <cstdint>
Include dependency graph for OrcABISupport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::orc::OrcGenericABI
 Generic ORC ABI support. More...
 
class  llvm::orc::OrcGenericABI::IndirectStubsInfo
 
class  llvm::orc::GenericIndirectStubsInfo< StubSizeVal >
 Provide information about stub blocks generated by the makeIndirectStubsBlock function. More...
 
class  llvm::orc::OrcAArch64
 
class  llvm::orc::OrcX86_64_Base
 X86_64 code that's common to all ABIs. More...
 
class  llvm::orc::OrcX86_64_SysV
 X86_64 support for SysV ABI (Linux, MacOSX). More...
 
class  llvm::orc::OrcX86_64_Win32
 X86_64 support for Win32. More...
 
class  llvm::orc::OrcI386
 I386 support. More...
 
class  llvm::orc::OrcMips32_Base
 
class  llvm::orc::OrcMips32Le
 
class  llvm::orc::OrcMips32Be
 
class  llvm::orc::OrcMips64
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::orc