mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
Add an API for strings with possible NULLs in the middle. Refactor the other
two AddString methods to use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -225,6 +225,7 @@ public:
|
||||
void AddInteger(unsigned long I);
|
||||
void AddInteger(long long I);
|
||||
void AddInteger(unsigned long long I);
|
||||
void AddString(const char* String, const char* End);
|
||||
void AddString(const std::string &String);
|
||||
void AddString(const char* String);
|
||||
|
||||
|
Reference in New Issue
Block a user