Searched refs:getAttributes (Results 151 - 175 of 217) sorted by relevance

123456789

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2836 if (F->getAttributes().hasAttribute(Idx, Attribute::ByVal) ||
2837 F->getAttributes().hasAttribute(Idx, Attribute::InReg) ||
2838 F->getAttributes().hasAttribute(Idx, Attribute::StructRet) ||
2839 F->getAttributes().hasAttribute(Idx, Attribute::Nest))
3672 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/clang/lib/Parse/
H A DParseObjc.cpp850 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
851 takeDeclAttributes(attrs, D.getAttributes());
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2114 getGetterName(), getSetterName(), getAttributes(),
2135 unsigned getAttributes() const { return Attributes; } function in class:llvm::MDObjCProperty
H A DInstructions.h1402 /// getAttributes - Return the parameter attributes for this call.
1404 const AttributeSet &getAttributes() const { return AttributeList; } function in class:llvm::CallInst
3098 /// getAttributes - Return the parameter attributes for this invoke.
3100 const AttributeSet &getAttributes() const { return AttributeList; } function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1502 CustomCI->setAttributes(CI->getAttributes());
1588 NewCS.setAttributes(CS.getAttributes().removeAttributes(
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1156 AttributeSet new_attrs = legalizeCallAttributes(toReplace->getAttributes());
1186 AttributeSet new_attrs = legalizeCallAttributes(toReplace->getAttributes());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Sema/
H A DDeclSpec.cpp916 AttributeList* attrs = getAttributes().getList();
H A DSemaDeclAttr.cpp4976 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
4977 ::checkUnusedDeclAttributes(*this, D.getAttributes());
5085 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList())
5097 if (const AttributeList *Attrs = PD.getAttributes())
/external/jetty/src/java/org/eclipse/jetty/server/
H A DRequest.java461 public Attributes getAttributes() method in class:Request
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp281 AttributeSet getAttributes(unsigned i) const {
2952 Func->setAttributes(getAttributes(Record[4]));
3845 AttributeSet PAL = getAttributes(Record[0]);
4171 AttributeSet PAL = getAttributes(Record[0]);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp214 II->setAttributes(CI->getAttributes());
H A DLocal.cpp1167 NewCall->setAttributes(II->getAttributes());
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp726 !F->getAttributes().hasAttribute(llvm::AttributeSet::FunctionIndex,
875 F->setAttributes(llvm::Intrinsic::getAttributes(getLLVMContext(),
2292 llvm::AttributeSet oldAttrs = callSite.getAttributes();
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1880 F->setAttributes(StripNest(F->getContext(), F->getAttributes()));
1885 CS.setAttributes(StripNest(F->getContext(), CS.getAttributes()));
1927 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java1615 public ResultSet getAttributes(String catalog, String schemaPattern, method in class:JDBCDatabaseMetaData
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DContextHandler.java436 public Attributes getAttributes() method in class:ContextHandler
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1071 if (unsigned PropertyAttributes = Property->getAttributes())
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1234 NewCall->setAttributes(Invoke->getAttributes());
H A DCodeGenPrepare.cpp1451 AttributeSet CallerAttrs = F->getAttributes();
1510 AttributeSet CalleeAttrs = CS.getAttributes();
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1191 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1419 const AttributeSet &PAL = F->getAttributes();

Completed in 1429 milliseconds

123456789