Searched refs:addAttribute (Results 51 - 75 of 154) sorted by last modified time

1234567

/external/llvm/lib/IR/
H A DInstructions.cpp334 void CallInst::addAttribute(unsigned i, Attribute::AttrKind attr) { function in class:CallInst
336 PAL = PAL.addAttribute(getContext(), i, attr);
593 void InvokeInst::addAttribute(unsigned i, Attribute::AttrKind attr) { function in class:InvokeInst
595 PAL = PAL.addAttribute(getContext(), i, attr);
H A DVerifier.cpp1638 Copy.addAttribute(AK);
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp400 A = A.addAttribute(C, AttributeSet::FunctionIndex,
402 A = A.addAttribute(C, AttributeSet::FunctionIndex,
404 A = A.addAttribute(C, AttributeSet::FunctionIndex,
485 A = A.addAttribute(F.getContext(), AttributeSet::FunctionIndex,
/external/llvm/lib/Target/R600/
H A DAMDGPUPromoteAlloca.cpp288 AttrSet.addAttribute(Mod->getContext(), 0, Attribute::ReadNone);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp279 B.addAttribute(Attribute::ReadOnly)
280 .addAttribute(Attribute::ReadNone);
286 F->addAttribute(AttributeSet::FunctionIndex,
535 B.addAttribute(Attribute::NoCapture);
604 B.addAttribute(R);
702 B.addAttribute(ReadAttr);
H A DInliner.cpp91 B.addAttribute(Attribute::StackProtect)
92 .addAttribute(Attribute::StackProtectStrong);
H A DPruneEH.cpp144 NewAttributes.addAttribute(Attribute::NoUnwind);
146 NewAttributes.addAttribute(Attribute::NoReturn);
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp565 F->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
566 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
567 F->addAttribute(1, Attribute::ZExt);
568 F->addAttribute(2, Attribute::ZExt);
573 F->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadOnly);
574 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
581 F->addAttribute(1, Attribute::ZExt);
624 B.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone);
891 Call->addAttribute(AttributeSe
[all...]
H A DMemorySanitizer.cpp2284 B.addAttribute(Attribute::ReadOnly)
2285 .addAttribute(Attribute::ReadNone);
2759 B.addAttribute(Attribute::ReadOnly)
2760 .addAttribute(Attribute::ReadNone);
/external/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h134 AttributeSet().addAttribute(C, AttributeSet::FunctionIndex,
154 Attr = Attr.addAttribute(C, AttributeSet::FunctionIndex,
171 AttributeSet().addAttribute(C, AttributeSet::FunctionIndex,
173 Attr = Attr.addAttribute(C, 1, Attribute::NoCapture);
/external/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp141 Call->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp860 CI->addAttribute(1, Attribute::NoCapture);
1628 CI->addAttribute(AttributeSet::FunctionIndex, Attribute::Cold);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java162 public void addAttribute(String name, Object value) { method in class:AttributeContainer
167 addAttribute(attributeInfo);
177 addAttribute(name, value);
188 public void addAttribute(AttributeInfo attributeInfo) { method in class:AttributeContainer
H A DSoapObject.java480 o.addAttribute(attributeInfo);
H A DSoapSerializationEnvelope.java171 ((SoapObject) obj).addAttribute(attributeName, value);
258 sp.addAttribute((AttributeInfo) attributeInfoVector.elementAt(i));
265 so.addAttribute((AttributeInfo) attributeInfoVector.elementAt(i));
277 so.addAttribute((AttributeInfo) attributeInfoVector.elementAt(i));
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java68 void addAttribute(String key, String value) { method in class:NewHdfParser.HdfNameAttrs
416 element.addAttribute(attrKey, DEFAULT_ATTR_VALUE);
430 element.addAttribute(attrKey, attrValue);
441 element.addAttribute(attrKey, attrValue);
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java737 public void addAttribute(AttributeInfo info) { method in class:ClassFile
792 addAttribute(AttributeInfo.read(cp, in));
H A DFieldInfo.java237 public void addAttribute(AttributeInfo info) { method in class:FieldInfo
H A DMethodInfo.java309 public void addAttribute(AttributeInfo info) { method in class:MethodInfo
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java55 minfo.addAttribute(new SyntheticAttribute(cp));
58 minfo.addAttribute(ea.copy(cp, null));
114 minfo.addAttribute(new SyntheticAttribute(cp));
117 minfo.addAttribute(ea.copy(cp, null));
172 minfo.addAttribute(new SyntheticAttribute(cp));
223 minfo.addAttribute(new SyntheticAttribute(cp));
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/javassist/src/main/javassist/
H A DCtBehavior.java475 methodInfo.addAttribute(new AttributeInfo(methodInfo.getConstPool(),
H A DCtClassType.java787 cf.addAttribute(ica);
792 cf2.addAttribute(ica.copy(cf2.getConstPool(), null));
1243 f.getFieldInfo2().addAttribute(new ConstantAttribute(cp, index));
1358 cf.addAttribute(new AttributeInfo(cf.getConstPool(), name, data));
H A DCtField.java92 fi.addAttribute(ainfo.copy(cp, null));
434 fieldInfo.addAttribute(new AttributeInfo(fieldInfo.getConstPool(),

Completed in 382 milliseconds

1234567