mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
Add some words to this output to indicate what the numbers mean.
llvm-svn: 103264
This commit is contained in:
parent
b064c6f5a3
commit
073b9dc2df
@ -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…
Reference in New Issue
Block a user