mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in the comment. [-Wdocumentation]
/// \param StringIndexMap [out] - Map from symbol names to offsets in the string table. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
470ea9b72f
commit
85e910fe5c
@ -237,8 +237,6 @@ public:
|
|||||||
/// ComputeSymbolTable - Compute the symbol table data
|
/// ComputeSymbolTable - Compute the symbol table data
|
||||||
///
|
///
|
||||||
/// \param StringTable [out] - The string table data.
|
/// \param StringTable [out] - The string table data.
|
||||||
/// \param StringIndexMap [out] - Map from symbol names to offsets in the
|
|
||||||
/// string table.
|
|
||||||
void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
|
void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
|
||||||
std::vector<MachSymbolData> &LocalSymbolData,
|
std::vector<MachSymbolData> &LocalSymbolData,
|
||||||
std::vector<MachSymbolData> &ExternalSymbolData,
|
std::vector<MachSymbolData> &ExternalSymbolData,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user