Searched refs:DescTy (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 64 StructType *DescTy = StructType::getTypeByName(C, "__tgt_bin_desc"); in getBinDescTy() local 65 if (!DescTy) in getBinDescTy() 66 DescTy = StructType::create( in getBinDescTy() 69 return DescTy; in getBinDescTy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1120 template <typename DescTy> 1122 Attributor::updateAttrMap(const IRPosition &IRP, ArrayRef<DescTy> AttrDescs, in updateAttrMap() 1123 function_ref<bool(const DescTy &, AttributeSet, in updateAttrMap() argument 1151 for (const DescTy &AttrDesc : AttrDescs) in updateAttrMap()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 426 llvm::DIDerivedType *DescTy, unsigned LineNo,
|
| H A D | CGDebugInfo.cpp | 1438 const BlockPointerType *Ty, llvm::DIFile *Unit, llvm::DIDerivedType *DescTy, in collectDefaultElementTypesForBlockPointer() argument 1466 FieldOffset, llvm::DINode::FlagZero, DescTy)); in collectDefaultElementTypesForBlockPointer() 1497 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() local 1499 FieldOffset = collectDefaultElementTypesForBlockPointer(Ty, Unit, DescTy, in CreateType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1979 template <typename DescTy> 1980 ChangeStatus updateAttrMap(const IRPosition &IRP, ArrayRef<DescTy> AttrDescs, 1981 function_ref<bool(const DescTy &, AttributeSet,
|