Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp392 StringRef BTName; in CreateType() local
508 BTName = "long int"; in CreateType()
511 BTName = "long long int"; in CreateType()
514 BTName = "long unsigned int"; in CreateType()
517 BTName = "long long unsigned int"; in CreateType()
520 BTName = BT->getName(CGM.getLangOpts()); in CreateType()
526 llvm::DIType DbgTy = DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()