reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1566 resultType = llvm::Type::getVoidTy(getLLVMContext()); 1572 resultType = llvm::Type::getVoidTy(getLLVMContext()); 1674 return llvm::StructType::get(getLLVMContext());tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
122 return llvm::Type::getIntNTy(Types.getLLVMContext(), 128 llvm::Type *Type = llvm::Type::getInt8Ty(Types.getLLVMContext()); 510 llvm::Type::getInt32PtrTy(Types.getLLVMContext()))); 746 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed);tools/clang/lib/CodeGen/CodeGenTypes.cpp
94 return llvm::IntegerType::get(getLLVMContext(), 333 return llvm::StructType::get(getLLVMContext()); 341 return llvm::StructType::get(getLLVMContext()); 361 ResultType = llvm::StructType::get(getLLVMContext()); 416 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); 421 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); 465 ResultType = llvm::IntegerType::get(getLLVMContext(), 471 getTypeForFormat(getLLVMContext(), Context.getFloatTypeSemantics(T), 478 getLLVMContext(), Context.getFloatTypeSemantics(T), 486 ResultType = getTypeForFormat(getLLVMContext(), 493 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext()); 498 ResultType = llvm::IntegerType::get(getLLVMContext(), 128); 527 ResultType = llvm::IntegerType::get(getLLVMContext(), 32); 562 PointeeType = llvm::Type::getInt8Ty(getLLVMContext()); 586 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); 599 EltTy = llvm::Type::getInt8Ty(getLLVMContext()); 626 T = llvm::StructType::create(getLLVMContext()); 648 ResultType = llvm::Type::getInt32Ty(getLLVMContext()); 666 ResultType = llvm::StructType::create(getLLVMContext()); 686 ResultType = llvm::StructType::get(getLLVMContext(), 721 Entry = llvm::StructType::create(getLLVMContext());tools/clang/lib/CodeGen/TargetInfo.cpp
194 return CGT.getLLVMContext();