Searched refs:TypeDescriptorType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp440 llvm::StructType *&TypeDescriptorType = local
442 if (TypeDescriptorType)
443 return TypeDescriptorType;
448 TypeDescriptorType =
450 return TypeDescriptorType;
3714 llvm::StructType *TypeDescriptorType = local
3717 CGM.getModule(), TypeDescriptorType, /*Constant=*/false,
3719 llvm::ConstantStruct::get(TypeDescriptorType, Fields),

Completed in 111 milliseconds