mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Add some words to this output to indicate what the numbers mean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
199b66a535
commit
9a7063e7ee
@ -503,10 +503,10 @@ void DIType::print(raw_ostream &OS) const {
|
||||
// TODO : Print context
|
||||
getCompileUnit().print(OS);
|
||||
OS << " ["
|
||||
<< getLineNumber() << ", "
|
||||
<< getSizeInBits() << ", "
|
||||
<< getAlignInBits() << ", "
|
||||
<< getOffsetInBits()
|
||||
<< "line " << getLineNumber() << ", "
|
||||
<< getSizeInBits() << " bits, "
|
||||
<< getAlignInBits() << " bit alignment, "
|
||||
<< getOffsetInBits() << " bit offset"
|
||||
<< "] ";
|
||||
|
||||
if (isPrivate())
|
||||
|
Loading…
x
Reference in New Issue
Block a user