LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/LoadRelocatableObject.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/ExecutionEngine/Orc/MachO.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
Macros | |
#define | DEBUG_TYPE "orc" |
Functions | |
static Expected< std::unique_ptr< MemoryBuffer > > | llvm::orc::checkCOFFRelocatableObject (std::unique_ptr< MemoryBuffer > Obj, const Triple &TT) |
static Expected< std::unique_ptr< MemoryBuffer > > | llvm::orc::checkELFRelocatableObject (std::unique_ptr< MemoryBuffer > Obj, const Triple &TT) |
Expected< std::unique_ptr< MemoryBuffer > > | llvm::orc::loadRelocatableObject (StringRef Path, const Triple &TT) |
#define DEBUG_TYPE "orc" |
Definition at line 13 of file LoadRelocatableObject.cpp.