Add dynamic dispatch support for export functions with pointers to varying data as arguments
This commit is contained in:
2
module.h
2
module.h
@@ -181,6 +181,8 @@ private:
|
||||
llvm::Module *module, OutputType outputType,
|
||||
const char *outFileName);
|
||||
static bool writeBitcode(llvm::Module *module, const char *outFileName);
|
||||
static bool writeDispatchHeader(const char *dispatchHeaderFileName);
|
||||
bool writeDispatchHeaderSection(FILE *file, unsigned int *flags);
|
||||
|
||||
void execPreprocessor(const char *infilename, llvm::raw_string_ostream* ostream) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user