|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"#include "llvm/ExecutionEngine/JITLink/x86_64.h"#include "llvm/ExecutionEngine/Orc/AbsoluteSymbols.h"#include "llvm/ExecutionEngine/Orc/Layer.h"#include "llvm/ExecutionEngine/Orc/LoadLinkableFile.h"#include "llvm/ExecutionEngine/Orc/MachO.h"#include "llvm/ExecutionEngine/Orc/ObjectFileInterface.h"#include "llvm/ExecutionEngine/Orc/SymbolStringPool.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/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 | |
| LLVM_ABI iterator_range< CtorDtorIterator > | llvm::orc::getConstructors (const Module &M) |
| Create an iterator range over the entries of the llvm.global_ctors array. | |
| LLVM_ABI iterator_range< CtorDtorIterator > | llvm::orc::getDestructors (const Module &M) |
| Create an iterator range over the entries of the llvm.global_ctors array. | |