LLVM 23.0.0git
MachOPlatform.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.h"
#include "llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h"
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"
#include "llvm/Support/Compiler.h"
#include <array>
#include <future>
#include <optional>
#include <thread>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::orc::MachOPlatform
 Mediates between MachO initialization and ExecutionSession state. More...
struct  llvm::orc::MachOPlatform::MachOJITDylibDepInfo
struct  llvm::orc::MachOPlatform::HeaderOptions
 Configuration for the mach-o header of a JITDylib. More...
struct  llvm::orc::MachOPlatform::HeaderOptions::Dylib
 A dylib for use with a dylib command (e.g. LC_ID_DYLIB, LC_LOAD_DYLIB). More...
struct  llvm::orc::MachOPlatform::HeaderOptions::LoadDylibCmd
struct  llvm::orc::MachOPlatform::HeaderOptions::BuildVersionOpts
class  llvm::orc::SimpleMachOHeaderMU
struct  llvm::orc::MachOHeaderInfo

Namespaces

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

Functions

LLVM_ABI MachOHeaderInfo llvm::orc::getMachOHeaderInfoFromTriple (const Triple &TT)