mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
add a new CreateTempSymbol method, the use case for
CreateTempSymbol vs GetOrCreateTemporarySymbol are completely different. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -55,6 +55,10 @@ namespace llvm {
|
||||
|
||||
/// @name Symbol Managment
|
||||
/// @{
|
||||
|
||||
/// CreateTempSymbol - Create and return a new assembler temporary symbol
|
||||
/// with a unique but unspecified name.
|
||||
MCSymbol *CreateTempSymbol();
|
||||
|
||||
/// GetOrCreateSymbol - Lookup the symbol inside with the specified
|
||||
/// @p Name. If it exists, return it. If not, create a forward
|
||||
|
Reference in New Issue
Block a user