Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h155 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp254 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4196 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
4218 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()
4745 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1132 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()