Searched refs:BTName (Results 1 – 1 of 1) sorted by relevance
375 StringRef BTName; in CreateType() local491 BTName = "long int"; in CreateType()494 BTName = "long long int"; in CreateType()497 BTName = "long unsigned int"; in CreateType()500 BTName = "long long unsigned int"; in CreateType()503 BTName = BT->getName(CGM.getLangOpts()); in CreateType()509 return DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()