Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp375 StringRef BTName; in CreateType() local
491 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()