mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Added llvm-mc support for parsing the .dump and .load directives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -166,6 +166,18 @@ namespace llvm {
|
||||
/// @param FileName - The file to assemble at this point
|
||||
virtual void SwitchInputAssemblyFile(const char *FileName) = 0;
|
||||
|
||||
/// DumpSymbolsandMacros - Dump to the specified file in @param FileName all
|
||||
/// symbols and macros at this point in the assembly.
|
||||
///
|
||||
/// @param FileName - The file to dump the symbols and macros into.
|
||||
virtual void DumpSymbolsandMacros(const char *FileName) = 0;
|
||||
|
||||
/// LoadSymbolsandMacros - Load from the specified file in @param FileName
|
||||
/// symbols and macros into the assembler at this point in the assembly.
|
||||
///
|
||||
/// @param FileName - The file to load the symbols and macros from.
|
||||
virtual void LoadSymbolsandMacros(const char *FileName) = 0;
|
||||
|
||||
/// @}
|
||||
/// @name Generating Data
|
||||
/// @{
|
||||
|
Reference in New Issue
Block a user