#ifndef __STUB_MAKER_H#define __STUB_MAKER_H#include"llvm/ADT/SmallVector.h"namespacellvm{classModule;classTriple;classELFStub;// For module M, make all required ELF stubs and insert them into StubList.voidMakeAllStubs(constModule&M,constTriple&T,SmallVectorImpl<ELFStub*>*StubList);voidFreeStubList(SmallVectorImpl<ELFStub*>*StubList);}#endif