Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BT

336 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) {
339 switch (BT->getKind()) {
348 createNullPtrType(BT->getName(CGM.getContext().getLangOpts()));
413 switch (BT->getKind()) {
419 BTName = BT->getName(CGM.getContext().getLangOpts());
423 uint64_t Size = CGM.getContext().getTypeSize(BT);
424 uint64_t Align = CGM.getContext().getTypeAlign(BT);