Searched refs:setAttrs (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h100 void setAttrs(std::vector<std::string> MAttrs) { Config.MAttrs = MAttrs; } function in struct:llvm::LTOCodeGenerator
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h498 void setAttrs(uint16_t A) { Attrs = A; } function in struct:NodeBase
499 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); }
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h492 void setAttrs(ArrayRef<Attribute> Attrs) { function in class:clang::comments::HTMLStartTagComment
H A DDeclBase.h525 void setAttrs(const AttrVec& Attrs) { function
H A DOpenMPClause.h9313 void setAttrs(ArrayRef<Attr *> NewAttrs) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp441 Tag->setAttrs(Attrs);
H A DDeclBase.cpp977 setAttrs(AttrVec(1, A));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1067 CodeGen.setAttrs(codegen::getMAttrs());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, function in class:llvm::codeview::PointerRecord
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp778 P.Addr->setAttrs(Attrs);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1062 ImplDecl->setAttrs(Decl->getAttrs());
H A DSemaDecl.cpp3332 if (!foundAny) New->setAttrs(AttrVec());
3417 if (!foundAny) newDecl->setAttrs(AttrVec());
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11677 C->setAttrs(Attrs);

Completed in 491 milliseconds