mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-05 11:17:53 +00:00
remove printSuffixedName.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -395,13 +395,6 @@ namespace llvm {
|
||||
/// specified type.
|
||||
void printDataDirective(const Type *type, unsigned AddrSpace = 0);
|
||||
|
||||
/// printSuffixedName - This prints a name with preceding
|
||||
/// getPrivateGlobalPrefix and the specified suffix, handling quoted names
|
||||
/// correctly.
|
||||
void printSuffixedName(const char *Name, const char *Suffix,
|
||||
const char *Prefix = 0);
|
||||
void printSuffixedName(const std::string &Name, const char* Suffix);
|
||||
|
||||
/// printVisibility - This prints visibility information about symbol, if
|
||||
/// this is suported by the target.
|
||||
void printVisibility(const std::string& Name, unsigned Visibility) const;
|
||||
|
Reference in New Issue
Block a user