mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
Remove dead code, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ce2cb4b62
commit
3644ac23f2
@ -561,14 +561,6 @@ public:
|
||||
/// handle an entry that's going to be emitted into the debug loc section.
|
||||
void emitDebugLocEntry(ByteStreamer &Streamer,
|
||||
const DebugLocEntry &Entry);
|
||||
/// \brief emit a single value for the debug loc section.
|
||||
void emitDebugLocValue(ByteStreamer &Streamer,
|
||||
const DebugLocEntry::Value &Value,
|
||||
unsigned PieceOffsetInBits = 0);
|
||||
/// Emits an optimal (=sorted) sequence of DW_OP_pieces.
|
||||
void emitLocPieces(ByteStreamer &Streamer,
|
||||
const DITypeIdentifierMap &Map,
|
||||
ArrayRef<DebugLocEntry::Value> Values);
|
||||
|
||||
/// Emit the location for a debug loc entry, including the size header.
|
||||
void emitDebugLocEntryLocation(const DebugLocEntry &Entry);
|
||||
|
Loading…
x
Reference in New Issue
Block a user