#include "llvm-jitlink.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Path.h"
#define DEBUG_TYPE …
usingnamespacellvm;
usingnamespacellvm::jitlink;
static bool isMachOGOTSection(Section &S) { … }
static bool isMachOStubsSection(Section &S) { … }
static Expected<Edge &> getFirstRelocationEdge(LinkGraph &G, Block &B) { … }
static Expected<Symbol &> getMachOGOTTarget(LinkGraph &G, Block &B) { … }
static Expected<Symbol &> getMachOStubTarget(LinkGraph &G, Block &B) { … }
namespace llvm {
Error registerMachOGraphInfo(Session &S, LinkGraph &G) { … }
}