Searched refs:BTName (Results 1 – 1 of 1) sorted by relevance
413 StringRef BTName; in CreateType() local555 BTName = "long int"; in CreateType()558 BTName = "long long int"; in CreateType()561 BTName = "long unsigned int"; in CreateType()564 BTName = "long long unsigned int"; in CreateType()567 BTName = BT->getName(CGM.getLangOpts()); in CreateType()573 return DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()