| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DIEHash.cpp | 122 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() 321 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() 383 DIEAttrs Attrs = {}; in addAttributes() local
|
| /trueos/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | ClangAttrEmitter.cpp | 1048 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass() local 1203 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrTypeArgList() local 1234 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrIdentifierArgList() local 1261 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl() local 1350 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrList() local 1386 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead() local 1430 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; in EmitClangAttrPCHWrite() local 1461 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrSpellingList() local 1486 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrSpellingListIndex() local 1540 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrLateParsedList() local [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 43 ParsedAttributes *Attrs) { in ParseTypeName() 216 ParsedAttributes &Attrs, in ParseAttributeWithTypeArg() 244 ParsedAttributes &Attrs, in ParseGNUAttributeArgs() 332 ParsedAttributes &Attrs) in ParseMicrosoftDeclSpecWithSingleArg() 378 ParsedAttributes &Attrs) { in ParseComplexMicrosoftDeclSpec() 535 void Parser::ParseMicrosoftDeclSpec(ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpec() 1048 ParsedAttributes Attrs(AttrFactory); in ParseLexedAttribute() local 1148 ParsedAttributes &Attrs, in ParseThreadSafetyAttribute() 1184 ParsedAttributes &Attrs, in ParseTypeTagForDatatypeAttribute() 1283 void Parser::DiagnoseMisplacedCXX11Attribute(ParsedAttributesWithRange &Attrs, in DiagnoseMisplacedCXX11Attribute() [all …]
|
| HD | ParseStmt.cpp | 114 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration() local 164 ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes() 560 if (AttributeList *Attrs = attrs.getList()) { in ParseLabeledStatement() local
|
| HD | ParseDeclCXX.cpp | 510 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration() local 2488 ParsedAttributesWithRange &Attrs, in ParseCXXMemberSpecification()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmtAttr.cpp | 69 SmallVector<const Attr*, 8> Attrs; in ProcessStmtAttributes() local
|
| HD | SemaDeclAttr.cpp | 2220 AttrVec &Attrs = D->getAttrs(); in mergeAvailabilityAttr() local 5110 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList()) in ProcessDeclAttributes() local 5118 if (const AttributeList *Attrs = PD.getTypeObject(i).getAttrs()) in ProcessDeclAttributes() local 5122 if (const AttributeList *Attrs = PD.getAttributes()) in ProcessDeclAttributes() local
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Attributes.cpp | 400 ArrayRef<Attribute> Attrs) { in get() 527 AttributeSet::getImpl(LLVMContext &C, in getImpl() 551 AttributeSet AttributeSet::get(LLVMContext &C, in get() 585 AttributeSet AttributeSet::get(LLVMContext &C, in get() 600 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local 626 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local 633 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) { in get()
|
| HD | AttributeImpl.h | 146 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { in AttributeSetNode() 203 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl()
|
| HD | Verifier.cpp | 741 void Verifier::VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, in VerifyAttributeTypes() 804 void Verifier::VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty, in VerifyParameterAttrs() 870 void Verifier::VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs, in VerifyFunctionAttrs() 988 bool Verifier::VerifyAttributeCount(AttributeSet Attrs, unsigned Params) { in VerifyAttributeCount() 1024 AttributeSet Attrs = F.getAttributes(); in visitFunction() local 1528 AttributeSet Attrs = CS.getAttributes(); in VerifyCallSite() local
|
| HD | AsmWriter.cpp | 534 AttributeSet Attrs = CI->getAttributes().getFnAttributes(); in processFunction() local 539 AttributeSet Attrs = II->getAttributes().getFnAttributes(); in processFunction() local 1260 AttributeSet Attrs, unsigned Idx) { in writeParamOperand() 1558 const AttributeSet &Attrs = F->getAttributes(); in printFunction() local 1671 AttributeSet Attrs, unsigned Idx) { in printArgument()
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGPrinter.cpp | 115 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local 176 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCSectionMachO.cpp | 256 StringRef Attrs = Comma.first; in ParseSectionSpecifier() local
|
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.h | 338 AttributeSet Attrs; member 359 AttributeSet Attrs; member
|
| HD | LLParser.cpp | 1731 AttrBuilder Attrs; in ParseArgumentList() local 3033 SmallVector<AttributeSet, 8> Attrs; in ParseFunctionHeader() local 3583 SmallVector<AttributeSet, 8> Attrs; in ParseInvoke() local 3989 SmallVector<AttributeSet, 8> Attrs; in ParseCall() local
|
| /trueos/contrib/llvm/tools/clang/lib/Lex/ |
| HD | ModuleMap.cpp | 1203 Attributes Attrs; in parseModuleDecl() local 1759 Attributes Attrs; in parseConfigMacros() local 1904 Attributes Attrs; in parseInferredModuleDecl() local 2006 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) { in parseOptionalAttributes()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | GraphWriter.h | 286 const std::string &Attrs) { in emitEdge()
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransGCAttrs.cpp | 242 Attrs = ObjCPropertyDecl::OBJC_PR_noattr; in checkAllAtProps() local
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | CommentParser.cpp | 440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; in parseHTMLStartTag() local
|
| HD | DeclPrinter.cpp | 192 AttrVec &Attrs = D->getAttrs(); in prettyPrintAttributes() local
|
| HD | CommentSema.cpp | 462 ArrayRef<HTMLStartTagComment::Attribute> Attrs, in actOnHTMLStartTagFinish()
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | BuildLibCalls.cpp | 294 const AttributeSet &Attrs) { in EmitUnaryFloatFnCall()
|
| /trueos/contrib/llvm/tools/clang/lib/Index/ |
| HD | CommentToXML.cpp | 991 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment() local
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 1241 const AttributeSet &Attrs = CS.getAttributes(); in transformCallThroughTrampoline() local
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 1121 llvm::AttrBuilder Attrs; in ConstructAttributeList() local 2496 llvm::AttributeSet Attrs = llvm::AttributeSet::get(getLLVMContext(), in EmitCall() local
|