mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Remove unneccesary function prototypes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
316a65bda9
commit
fa2c50324e
@ -9,8 +9,6 @@
|
||||
|
||||
#include <string>
|
||||
class Module;
|
||||
class Type;
|
||||
class Value;
|
||||
|
||||
|
||||
// LinkModules - This function links two modules together, with the resulting
|
||||
@ -18,20 +16,7 @@ class Value;
|
||||
// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
|
||||
// the problem.
|
||||
//
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
|
||||
|
||||
|
||||
// MangleTypeName - Implement a consistent name-mangling scheme for
|
||||
// a given type.
|
||||
//
|
||||
string MangleTypeName(const Type* type);
|
||||
|
||||
|
||||
// MangleName - implement a consistent name-mangling scheme for all
|
||||
// externally visible (i.e., global) objects.
|
||||
// privateName should be unique within the module.
|
||||
//
|
||||
string MangleName(const string& privateName, const Value* V);
|
||||
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
|
||||
#include <string>
|
||||
class Module;
|
||||
class Type;
|
||||
class Value;
|
||||
|
||||
|
||||
// LinkModules - This function links two modules together, with the resulting
|
||||
@ -18,20 +16,7 @@ class Value;
|
||||
// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
|
||||
// the problem.
|
||||
//
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
|
||||
|
||||
|
||||
// MangleTypeName - Implement a consistent name-mangling scheme for
|
||||
// a given type.
|
||||
//
|
||||
string MangleTypeName(const Type* type);
|
||||
|
||||
|
||||
// MangleName - implement a consistent name-mangling scheme for all
|
||||
// externally visible (i.e., global) objects.
|
||||
// privateName should be unique within the module.
|
||||
//
|
||||
string MangleName(const string& privateName, const Value* V);
|
||||
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
|
||||
#include <string>
|
||||
class Module;
|
||||
class Type;
|
||||
class Value;
|
||||
|
||||
|
||||
// LinkModules - This function links two modules together, with the resulting
|
||||
@ -18,20 +16,7 @@ class Value;
|
||||
// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
|
||||
// the problem.
|
||||
//
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
|
||||
|
||||
|
||||
// MangleTypeName - Implement a consistent name-mangling scheme for
|
||||
// a given type.
|
||||
//
|
||||
string MangleTypeName(const Type* type);
|
||||
|
||||
|
||||
// MangleName - implement a consistent name-mangling scheme for all
|
||||
// externally visible (i.e., global) objects.
|
||||
// privateName should be unique within the module.
|
||||
//
|
||||
string MangleName(const string& privateName, const Value* V);
|
||||
|
||||
bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user