Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp465 StringRef BTName; in CreateType() local
585 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()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp650 StringRef BTName; in CreateType() local
840 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()