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 | 1112 template <typename DescTy> 1114 Attributor::updateAttrMap(const IRPosition &IRP, ArrayRef<DescTy> AttrDescs, in updateAttrMap() 1115 function_ref<bool(const DescTy &, AttributeSet, in updateAttrMap() argument 1143 for (const DescTy &AttrDesc : AttrDescs) in updateAttrMap()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 401 llvm::DIDerivedType *DescTy, unsigned LineNo,
|
H A D | CGDebugInfo.cpp | 1259 const BlockPointerType *Ty, llvm::DIFile *Unit, llvm::DIDerivedType *DescTy, in collectDefaultElementTypesForBlockPointer() argument 1287 FieldOffset, llvm::DINode::FlagZero, DescTy)); in collectDefaultElementTypesForBlockPointer() 1318 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() local 1320 FieldOffset = collectDefaultElementTypesForBlockPointer(Ty, Unit, DescTy, in CreateType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1943 template <typename DescTy> 1944 ChangeStatus updateAttrMap(const IRPosition &IRP, ArrayRef<DescTy> AttrDescs, 1945 function_ref<bool(const DescTy &, AttributeSet,
|