LLVM 22.0.0git
ExecutionUtils.h File Reference

Go to the source code of this file.

Classes

class  llvm::orc::CtorDtorIterator
 This iterator provides a convenient way to iterate over the elements of an llvm.global_ctors/llvm.global_dtors instance. More...
struct  llvm::orc::CtorDtorIterator::Element
 Accessor for an element of the global_ctors/global_dtors array. More...
class  llvm::orc::StaticInitGVIterator
 This iterator provides a convenient way to iterate over GlobalValues that have initialization effects. More...
class  llvm::orc::CtorDtorRunner
class  llvm::orc::LocalCXXRuntimeOverridesBase
 Support class for static dtor execution. More...
class  llvm::orc::LocalCXXRuntimeOverrides
class  llvm::orc::ItaniumCXAAtExitSupport
 An interface for Itanium __cxa_atexit interposer implementations. More...
struct  llvm::orc::ItaniumCXAAtExitSupport::AtExitRecord
class  llvm::orc::DynamicLibrarySearchGenerator
 A utility class to expose symbols found via dlsym to the JIT. More...
class  llvm::orc::StaticLibraryDefinitionGenerator
 A utility class to expose symbols from a static library. More...
class  llvm::orc::DLLImportDefinitionGenerator
 A utility class to create COFF dllimport GOT symbols (__imp_*) and PLT stubs. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::object
namespace  llvm::orc

Functions

LLVM_ABI iterator_range< CtorDtorIteratorllvm::orc::getConstructors (const Module &M)
 Create an iterator range over the entries of the llvm.global_ctors array.
LLVM_ABI iterator_range< CtorDtorIteratorllvm::orc::getDestructors (const Module &M)
 Create an iterator range over the entries of the llvm.global_ctors array.
iterator_range< StaticInitGVIteratorllvm::orc::getStaticInitGVs (Module &M)
 Create an iterator range over the GlobalValues that contribute to static initialization.