LLVM: lib/ExecutionEngine/JITLink/ELF.cpp File Reference (original) (raw)

Go to the source code of this file.

Namespaces
namespace llvm
This is an optimization pass for GlobalISel generic memory operations.
namespace llvm::jitlink
Macros
#define DEBUG_TYPE "jitlink"
Functions
Expected< uint16_t > llvm::jitlink::readTargetMachineArch (StringRef Buffer)
Expected< std::unique_ptr< LinkGraph > > llvm::jitlink::createLinkGraphFromELFObject (MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP)
Create a LinkGraph from an ELF relocatable object.
void llvm::jitlink::link_ELF (std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
Link the given graph.

DEBUG_TYPE

#define DEBUG_TYPE "jitlink"

Definition at line 29 of file ELF.cpp.