Home | History | Annotate | Download | only in IR

Lines Matching refs:printInternal

1097     DISubrange(DbgNode).printInternal(OS);
1099 DICompileUnit(DbgNode).printInternal(OS);
1101 DIFile(DbgNode).printInternal(OS);
1103 DIEnumerator(DbgNode).printInternal(OS);
1105 DIType(DbgNode).printInternal(OS);
1107 DIDerivedType(DbgNode).printInternal(OS);
1109 DICompositeType(DbgNode).printInternal(OS);
1111 DISubprogram(DbgNode).printInternal(OS);
1113 DIGlobalVariable(DbgNode).printInternal(OS);
1115 DIVariable(DbgNode).printInternal(OS);
1117 DIObjCProperty(DbgNode).printInternal(OS);
1119 DINameSpace(DbgNode).printInternal(OS);
1121 DIScope(DbgNode).printInternal(OS);
1125 void DISubrange::printInternal(raw_ostream &OS) const {
1133 void DIScope::printInternal(raw_ostream &OS) const {
1137 void DICompileUnit::printInternal(raw_ostream &OS) const {
1138 DIScope::printInternal(OS);
1148 void DIEnumerator::printInternal(raw_ostream &OS) const {
1152 void DIType::printInternal(raw_ostream &OS) const {
1192 void DIDerivedType::printInternal(raw_ostream &OS) const {
1193 DIType::printInternal(OS);
1197 void DICompositeType::printInternal(raw_ostream &OS) const {
1198 DIType::printInternal(OS);
1203 void DINameSpace::printInternal(raw_ostream &OS) const {
1211 void DISubprogram::printInternal(raw_ostream &OS) const {
1234 void DIGlobalVariable::printInternal(raw_ostream &OS) const {
1250 void DIVariable::printInternal(raw_ostream &OS) const {
1258 void DIObjCProperty::printInternal(raw_ostream &OS) const {