Home
last modified time | relevance | path

Searched refs:getWithByValType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h142 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp190 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4038 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
4060 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()
4579 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1123 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()