LLVM 19.0.0git
Namespaces | Functions
ExecutionUtils.cpp File Reference
#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"
#include "llvm/ExecutionEngine/JITLink/x86_64.h"
#include "llvm/ExecutionEngine/Orc/Layer.h"
#include "llvm/ExecutionEngine/Orc/ObjectFileInterface.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Object/MachOUniversal.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Target/TargetMachine.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
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.