Searched refs:BTName (Results 1 – 2 of 2) 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()
650 StringRef BTName; in CreateType() local840 BTName = "long int"; in CreateType()843 BTName = "long long int"; in CreateType()846 BTName = "long unsigned int"; in CreateType()849 BTName = "long long unsigned int"; in CreateType()852 BTName = BT->getName(CGM.getLangOpts()); in CreateType()857 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType()