Lines Matching refs:getAttributes
511 getThunkType(F->getFunctionType(), F->getAttributes(), in buildEntryThunk()
579 auto SRetAttr = F->getAttributes().getParamAttr(0, Attribute::StructRet); in buildEntryThunk()
580 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildEntryThunk()
615 getThunkType(F->getFunctionType(), F->getAttributes(), in buildGuestExitThunk()
652 Function *Thunk = buildExitThunk(F->getFunctionType(), F->getAttributes()); in buildGuestExitThunk()
672 auto SRetAttr = F->getAttributes().getParamAttr(0, Attribute::StructRet); in buildGuestExitThunk()
673 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildGuestExitThunk()
689 getThunkType(F->getFunctionType(), F->getAttributes(), in buildPatchableThunk()
711 buildExitThunk(F->getFunctionType(), F->getAttributes()); in buildPatchableThunk()
731 auto SRetAttr = F->getAttributes().getParamAttr(0, Attribute::StructRet); in buildPatchableThunk()
732 auto InRegAttr = F->getAttributes().getParamAttr(0, Attribute::InReg); in buildPatchableThunk()
766 Function *Thunk = buildExitThunk(CB->getFunctionType(), CB->getAttributes()); in lowerCall()
874 {O, buildExitThunk(F->getFunctionType(), F->getAttributes()), in runOnModule()