forked from OSchip/llvm-project
parent
5af1cbc5cf
commit
13d3373e72
|
@ -1115,7 +1115,7 @@ void GlobalVariableDesc::dump() {
|
|||
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
||||
<< "File(" << getFile() << "),"
|
||||
<< "Line(" << getLine() << "),"
|
||||
<< "Type(\"" << getType() << "\"), "
|
||||
<< "Type(" << getType() << "), "
|
||||
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
||||
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << "), "
|
||||
<< "Global(" << Global << ")\n";
|
||||
|
@ -1168,7 +1168,7 @@ void SubprogramDesc::dump() {
|
|||
<< "DisplayName(\"" << getDisplayName() << "\"), "
|
||||
<< "File(" << getFile() << "),"
|
||||
<< "Line(" << getLine() << "),"
|
||||
<< "Type(\"" << getType() << "\"), "
|
||||
<< "Type(" << getType() << "), "
|
||||
<< "IsStatic(" << (isStatic() ? "true" : "false") << "), "
|
||||
<< "IsDefinition(" << (isDefinition() ? "true" : "false") << ")\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue