Home
last modified time | relevance | path

Searched refs:getWithStructRetType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h145 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp193 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4004 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
4545 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()