Searched refs:BTName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp357 StringRef BTName; local
475 case BuiltinType::Long: BTName = "long int"; break;
476 case BuiltinType::LongLong: BTName = "long long int"; break;
477 case BuiltinType::ULong: BTName = "long unsigned int"; break;
478 case BuiltinType::ULongLong: BTName = "long long unsigned int"; break;
480 BTName = BT->getName(CGM.getLangOpts());
487 DBuilder.createBasicType(BTName, Size, Align, Encoding);

Completed in 64 milliseconds