Searched refs:setAttributes (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntry.h66 void setAttributes(LDAPAttributeList *attrs);
H A DLDAPEntry.cpp61 void LDAPEntry::setAttributes(LDAPAttributeList *attrs){ function in class:LDAPEntry
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl);
H A DLdifReader.cpp217 resEntry.setAttributes( curAl );
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes());
H A DSimplifyLibCalls.cpp514 NewCI->setAttributes(CI->getAttributes());
543 NewCI->setAttributes(CI->getAttributes());
583 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
606 NewCI->setAttributes(CI->getAttributes());
1083 NewCI->setAttributes(CI->getAttributes());
1137 NewCI->setAttributes(CI->getAttributes());
1152 NewCI->setAttributes(CI->getAttributes());
1214 NewCI->setAttributes(CI->getAttributes());
3264 NewCI->setAttributes(CI->getAttributes());
3278 NewCI->setAttributes(C
[all...]
H A DCallPromotionUtils.cpp517 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(),
H A DCloneFunction.cpp104 NewFunc->setAttributes(NewAttrs);
124 NewFunc->setAttributes(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp134 void setAttributes(Function &F, const ArrayRef<Optional<Attribute>> NewAttrs);
277 setAttributes(F, NewProps.Attributes);
320 setAttributes(*NewF, NewProps.Attributes);
347 void AMDGPUPropagateAttributes::setAttributes(Function &F, function in class:AMDGPUPropagateAttributes
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp177 I.first->setAttributes(convertAttributeRefToAttributeSet(C, I.second));
179 I.first->setAttributes(convertAttributeRefVecToAttributeList(C, I.second));
181 I.first->setAttributes(convertAttributeRefVecToAttributeList(C, I.second));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes());
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp463 NewCall->setAttributes(NewCallAL);
831 NewCall->setAttributes(II->getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp289 getParent()->setAttributes(AL);
307 getParent()->setAttributes(AL);
408 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
536 setAttributes(PAL);
542 setAttributes(PAL);
548 setAttributes(PAL);
554 setAttributes(PAL);
560 setAttributes(PAL);
566 setAttributes(PAL);
572 setAttributes(PA
[all...]
H A DGlobals.cpp415 setAttributes(Src->getAttributes());
H A DModule.cpp152 New->setAttributes(AttributeList);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1476 void setAttributes(AttributeList A) { Attrs = A; } function in class:llvm::CmpInst::CallBase
1496 setAttributes(PAL);
1503 setAttributes(PAL);
1511 setAttributes(PAL);
1519 setAttributes(PAL);
1526 setAttributes(PAL);
1533 setAttributes(PAL);
1539 setAttributes(PAL);
1547 setAttributes(PAL);
1555 setAttributes(PA
[all...]
H A DGlobalVariable.h238 void setAttributes(AttributeSet A) { function in class:llvm::GlobalVariable
H A DFunction.h252 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } function in class:llvm::Function
277 setAttributes(getAttributes().removeAttribute(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp209 NewCB->setAttributes(PAL);
874 NF->setAttributes(NewPAL);
951 NewCB->setAttributes(NewCallPAL);
H A DArgumentPromotion.cpp235 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(),
345 NewCS->setAttributes(
H A DAttributor.cpp314 ScopeFn->setAttributes(Attrs);
319 cast<CallBase>(IRP.getAnchorValue()).setAttributes(Attrs);
1510 Wrapper->setAttributes(F.getAttributes());
1753 NewFn->setAttributes(AttributeList::get(
1829 NewCB->setAttributes(AttributeList::get(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp250 Call->setAttributes(F.getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp497 Call->setAttributes(GuardCheck->getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp193 F.setAttributes(Attrs);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1716 SPCall->setAttributes(
1743 SPInvoke->setAttributes(
1787 GCResult->setAttributes(
2611 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
2623 F.setAttributes(Intrinsic::getAttributes(Ctx, id));
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y257 node->setAttributes(dynamic_cast<ListASTNode*>($2));

Completed in 332 milliseconds

123