Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h174 llvm::StructType *getLLVMType() const { in getLLVMType() function
H A DCGRecordLayoutBuilder.cpp1148 llvm::StructType *ST = RL->getLLVMType(); in ComputeRecordLayout()
H A DCGExprConstant.cpp2627 (asCompleteObject ? layout.getLLVMType() in EmitNullConstant()
H A DCGBuiltin.cpp1458 llvm::StructType *StructTy = getTypes().getCGRecordLayout(RD).getLLVMType(); in emitCountedByMemberSize()
H A DCGOpenMPRuntime.cpp7987 AsBase ? RL.getBaseSubobjectLLVMType() : RL.getLLVMType(); in getPlainLayout()