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