Searched refs:BTName (Results 1 – 1 of 1) sorted by relevance
465 StringRef BTName; in CreateType() local585 BTName = "long int"; in CreateType()588 BTName = "long long int"; in CreateType()591 BTName = "long unsigned int"; in CreateType()594 BTName = "long long unsigned int"; in CreateType()597 BTName = BT->getName(CGM.getLangOpts()); in CreateType()603 return DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()