Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp290 const char *BTName = NULL; in CreateType() local
354 case BuiltinType::Long: BTName = "long int"; break; in CreateType()
355 case BuiltinType::LongLong: BTName = "long long int"; break; in CreateType()
356 case BuiltinType::ULong: BTName = "long unsigned int"; break; in CreateType()
357 case BuiltinType::ULongLong: BTName = "long long unsigned int"; break; in CreateType()
359 BTName = BT->getName(CGM.getContext().getLangOptions()); in CreateType()
366 DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()