Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h113 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp182 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
953 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
H A DCore.cpp145 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute()
H A DAutoUpgrade.cpp4376 Attribute NewAttr = Attribute::getWithByValType(F.getContext(), ByValTy); in UpgradeFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2317 ix, Attribute::getWithByValType( in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3383 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
3870 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateByValSRetTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp2118 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()