Home
last modified time | relevance | path

Searched defs:Attrs (Results 1 – 25 of 59) sorted by relevance

123

/external/clang/lib/CodeGen/
DCGLoopInfo.cpp20 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs) { in createMetadata()
77 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs) in LoopInfo()
DCGLoopInfo.h74 LoopAttributes Attrs; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp125 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes()
375 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
437 DIEAttrs Attrs = {}; in addAttributes() local
/external/clang/lib/Parse/
DParseDecl.cpp45 ParsedAttributes *Attrs) { in ParseTypeName()
240 ParsedAttributes &Attrs, in ParseAttributeWithTypeArg()
266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
329 ParsedAttributes &Attrs, in ParseGNUAttributeArgs()
386 ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpecArgs()
533 void Parser::ParseMicrosoftDeclSpec(ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpec()
627 void Parser::ParseOpenCLQualifiers(ParsedAttributes &Attrs) { in ParseOpenCLQualifiers()
1071 ParsedAttributes Attrs(AttrFactory); in ParseLexedAttribute() local
1141 ParsedAttributes &Attrs, in ParseTypeTagForDatatypeAttribute()
1237 void Parser::DiagnoseMisplacedCXX11Attribute(ParsedAttributesWithRange &Attrs, in DiagnoseMisplacedCXX11Attribute()
[all …]
DParseStmt.cpp103 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration() local
153 ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes()
584 if (AttributeList *Attrs = attrs.getList()) { in ParseLabeledStatement() local
1819 ParsedAttributesWithRange &Attrs) { in ParsePragmaLoopHint()
DParseDeclCXX.cpp538 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration() local
2502 ParsedAttributesWithRange &Attrs, in ParseCXXMemberSpecification()
3231 ParsedAttributes &Attrs, in ParseCXX11AttributeArgs()
/external/clang/lib/Sema/
DSemaStmtAttr.cpp108 CheckForIncompatibleAttributes(Sema &S, SmallVectorImpl<const Attr *> &Attrs) { in CheckForIncompatibleAttributes()
220 SmallVector<const Attr*, 8> Attrs; in ProcessStmtAttributes() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp136 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList() local
1260 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList() local
1282 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList() local
1308 ParsedAttrMap Attrs = getParsedAttrList(Records); in emitClangAttrArgContextList() local
1337 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList() local
1365 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass() local
1556 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl() local
1638 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrList() local
1668 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead() local
1711 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; in EmitClangAttrPCHWrite() local
[all …]
/external/llvm/lib/IR/
DAttributes.cpp410 ArrayRef<Attribute> Attrs) { in get()
537 AttributeSet::getImpl(LLVMContext &C, in getImpl()
561 AttributeSet AttributeSet::get(LLVMContext &C, in get()
595 AttributeSet AttributeSet::get(LLVMContext &C, in get()
611 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
637 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local
644 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) { in get()
DAttributeImpl.h146 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { in AttributeSetNode()
203 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl()
DVerifier.cpp736 void Verifier::VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, in VerifyAttributeTypes()
800 void Verifier::VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty, in VerifyParameterAttrs()
869 void Verifier::VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs, in VerifyFunctionAttrs()
1005 bool Verifier::VerifyAttributeCount(AttributeSet Attrs, unsigned Params) { in VerifyAttributeCount()
1041 AttributeSet Attrs = F.getAttributes(); in visitFunction() local
1549 AttributeSet Attrs = CS.getAttributes(); in VerifyCallSite() local
1631 static AttrBuilder getParameterABIAttributes(int I, AttributeSet Attrs) { in getParameterABIAttributes()
DAsmWriter.cpp535 AttributeSet Attrs = CI->getAttributes().getFnAttributes(); in processFunction() local
540 AttributeSet Attrs = II->getAttributes().getFnAttributes(); in processFunction() local
1263 AttributeSet Attrs, unsigned Idx) { in writeParamOperand()
1588 const AttributeSet &Attrs = F->getAttributes(); in printFunction() local
1706 AttributeSet Attrs, unsigned Idx) { in printArgument()
DFunction.cpp105 AttributeSet Attrs = getParent()->getAttributes(); in hasByValOrInAllocaAttr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp116 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local
177 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp132 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main() local
/external/llvm/lib/MC/
DMCSectionMachO.cpp186 StringRef Attrs = GetEmptyOrTrim(3); in ParseSectionSpecifier() local
/external/llvm/lib/AsmParser/
DLLParser.h358 AttributeSet Attrs; member
380 AttributeSet Attrs; member
DLLParser.cpp1896 AttrBuilder Attrs; in ParseArgumentList() local
3215 SmallVector<AttributeSet, 8> Attrs; in ParseFunctionHeader() local
3769 SmallVector<AttributeSet, 8> Attrs; in ParseInvoke() local
4181 SmallVector<AttributeSet, 8> Attrs; in ParseCall() local
/external/llvm/include/llvm/Support/
DGraphWriter.h286 const std::string &Attrs) { in emitEdge()
/external/clang/lib/Lex/
DModuleMap.cpp1347 Attributes Attrs; in parseModuleDecl() local
1900 Attributes Attrs; in parseConfigMacros() local
2046 Attributes Attrs; in parseInferredModuleDecl() local
2150 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) { in parseOptionalAttributes()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp310 const AttributeSet &Attrs) { in EmitUnaryFloatFnCall()
331 IRBuilder<> &B, const AttributeSet &Attrs) { in EmitBinaryFloatFnCall()
/external/llvm/tools/gold/
Dgold-plugin.cpp248 std::string Attrs; in onload() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp240 Attrs = ObjCPropertyDecl::OBJC_PR_noattr; in checkAllAtProps() local
/external/clang/lib/AST/
DCommentParser.cpp440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; in parseHTMLStartTag() local
/external/clang/tools/libclang/
DIndexingContext.h240 SmallVector<AttrInfo, 2> Attrs; variable

123