mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Clean up dump.
llvm-svn: 30926
This commit is contained in:
parent
9476464f86
commit
20feec042a
@ -1115,7 +1115,7 @@ void GlobalVariableDesc::dump() {
|
|||||||
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
||||||
<< "File(" << getFile() << "),"
|
<< "File(" << getFile() << "),"
|
||||||
<< "Line(" << getLine() << "),"
|
<< "Line(" << getLine() << "),"
|
||||||
<< "Type(\"" << getType() << "\"), "
|
<< "Type(" << getType() << "), "
|
||||||
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
||||||
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << "), "
|
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << "), "
|
||||||
<< "Global(" << Global << ")\n";
|
<< "Global(" << Global << ")\n";
|
||||||
@ -1168,7 +1168,7 @@ void SubprogramDesc::dump() {
|
|||||||
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
||||||
<< "File(" << getFile() << "),"
|
<< "File(" << getFile() << "),"
|
||||||
<< "Line(" << getLine() << "),"
|
<< "Line(" << getLine() << "),"
|
||||||
<< "Type(\"" << getType() << "\"), "
|
<< "Type(" << getType() << "), "
|
||||||
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
||||||
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << ")\n";
|
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << ")\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user