diff options
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r-- | tools/gccld/gccld.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h index 8913d379fb..7f62bad542 100644 --- a/tools/gccld/gccld.h +++ b/tools/gccld/gccld.h @@ -19,23 +19,12 @@ namespace llvm { -int -PrintAndReturn (const char *progname, - const std::string &Message, - const std::string &Extra = ""); - void GetAllDefinedSymbols (Module *M, std::set<std::string> &DefinedSymbols); void GetAllUndefinedSymbols(Module *M, std::set<std::string> &UndefinedSymbols); -char ** -CopyEnv (char ** const envp); - -void -RemoveEnv (const char * name, char ** const envp); - int GenerateBytecode (Module * M, bool Strip, |