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.h168 LLVM_ABI static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp256 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4286 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
4308 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()
4826 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1131 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()