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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp392 StringRef BTName; local
500 case BuiltinType::Long: BTName = "long int"; break;
501 case BuiltinType::LongLong: BTName = "long long int"; break;
502 case BuiltinType::ULong: BTName = "long unsigned int"; break;
503 case BuiltinType::ULongLong: BTName = "long long unsigned int"; break;
505 BTName = BT->getName(CGM.getLangOpts());
512 DBuilder.createBasicType(BTName, Size, Align, Encoding);

Completed in 48 milliseconds