LLVM: llvm::jitlink::PerGraphGOTAndPLTStubsBuilder< BuilderImplT > Class Template Reference (original) (raw)

template
class llvm::jitlink::PerGraphGOTAndPLTStubsBuilder< BuilderImplT >

Per-object GOT and PLT Stub builder.

Constructs GOT entries and PLT stubs in every graph for referenced symbols. Building these blocks in every graph is likely to lead to duplicate entries in the JITLinkDylib, but allows graphs to be trivially removed independently without affecting other graphs (since those other graphs will have their own copies of any required entries).

Definition at line 32 of file PerGraphGOTAndPLTStubsBuilder.h.