LLVM 19.0.0git
Classes | Namespaces | Functions
ExecutionUtils.h File Reference
#include "llvm/ADT/iterator_range.h"
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/Mangling.h"
#include "llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h"
#include "llvm/ExecutionEngine/Orc/Shared/OrcError.h"
#include "llvm/ExecutionEngine/RuntimeDyld.h"
#include "llvm/Object/Archive.h"
#include "llvm/Support/DynamicLibrary.h"
#include <algorithm>
#include <cstdint>
#include <utility>
#include <vector>

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

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