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

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts) method in class:AttributesImplSerializer
195 super.setAttributes(atts);
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp64 NewCall->setAttributes(II->getAttributes());
H A DBuildLibCalls.cpp287 CI->setAttributes(Attrs);
308 CI->setAttributes(Attrs);
H A DCloneFunction.cpp96 NewFunc->setAttributes(NewAttrs);
108 NewFunc->setAttributes(
/external/llvm/unittests/IR/
H A DVerifierTest.cpp53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
H A DLegacyPassManagerTest.cpp430 func_test1->setAttributes(func_test1_PAL);
438 func_test2->setAttributes(func_test2_PAL);
446 func_test3->setAttributes(func_test3_PAL);
454 func_test4->setAttributes(func_test4_PAL);
474 int32_3->setAttributes(int32_3_PAL);
489 int32_6->setAttributes(int32_6_PAL);
504 int32_9->setAttributes(int32_9_PAL);
/external/llvm/include/llvm/IR/
H A DFunction.h160 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; } function in class:llvm::Function
164 setAttributes(AttributeSets.addAttribute(getContext(),
170 setAttributes(AttributeSets.removeAttribute(
176 setAttributes(
181 setAttributes(
H A DCallSite.h197 /// getAttributes/setAttributes - get or set the parameter attributes of
202 void setAttributes(const AttributeSet &PAL) { function in class:llvm::CallSiteBase
203 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp32 Func->setAttributes(PALnew);
49 Func->setAttributes(PALnew);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java176 mAttrWrapper.setAttributes(attrs);
197 public void setAttributes(Attributes a) { method in class:SAX1ParserAdapter.AttributesWrapper
/external/jetty/src/java/org/eclipse/jetty/server/
H A DDispatcher.java181 baseRequest.setAttributes(attr);
188 baseRequest.setAttributes(old_attr);
274 baseRequest.setAttributes(attr);
289 baseRequest.setAttributes(old_attr);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
353 public void setAttributes (Attributes atts) method in class:AttributesImpl
/external/llvm/lib/IR/
H A DFunction.cpp259 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID)));
330 setAttributes(PAL);
336 setAttributes(PAL);
342 setAttributes(PAL);
348 setAttributes(PAL);
354 setAttributes(PAL);
407 setAttributes(SrcF->getAttributes());
H A DInstructions.cpp326 setAttributes(CI.getAttributes());
337 setAttributes(PAL);
346 setAttributes(PAL);
352 setAttributes(PAL);
358 setAttributes(PAL);
574 setAttributes(II.getAttributes());
609 setAttributes(PAL);
617 setAttributes(PAL);
623 setAttributes(PAL);
629 setAttributes(PA
[all...]
H A DModule.cpp124 New->setAttributes(AttributeList);
/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp139 NewF->setAttributes(F->getAttributes());
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp265 cast<InvokeInst>(New)->setAttributes(PAL);
269 cast<CallInst>(New)->setAttributes(PAL);
885 NF->setAttributes(NewPAL);
962 cast<InvokeInst>(New)->setAttributes(NewCallPAL);
966 cast<CallInst>(New)->setAttributes(NewCallPAL);
H A DPruneEH.cpp186 Call->setAttributes(II->getAttributes());
H A DArgumentPromotion.cpp721 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
845 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(),
850 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(),
/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp900 Call->setAttributes(new_attrs.getFnAttributes());
958 invoke->setAttributes(new_attrs.getFnAttributes());
982 gc_result->setAttributes(return_attributes);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
H A DTestCLDRVsICU.java248 public void setAttributes(Attributes attributes) { method in class:TestCLDRVsICU.Handler
274 result.setAttributes(attributes);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h52 void setAttributes(ImmutableCallSite *CS, unsigned AttrIdx);
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp178 II->setAttributes(CI->getAttributes());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp80 void FastISel::ArgListEntry::setAttributes(ImmutableCallSite *CS, function in class:FastISel::ArgListEntry
693 Entry.setAttributes(&CS, AttrI);
876 Entry.setAttributes(&CS, ArgI + 1);
1009 Entry.setAttributes(&CS, i - CS.arg_begin() + 1);
H A DStatepointLowering.cpp248 Tmp->setAttributes(CS.getAttributes());

Completed in 1516 milliseconds

123