Searched refs:addAttributes (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.h | 49 void addAttributes(const DIE &Die);
|
| H A D | DIEHash.cpp | 347 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash 374 addAttributes(Die); in computeHash()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Attributes.cpp | 706 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute() 713 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute() 716 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() function in AttributeSet
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 333 [[nodiscard]] AttributeSet addAttributes(LLVMContext &C,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 186 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 331 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() function in OpenMPIRBuilder 358 FnAS = FnAS.addAttributes(Ctx, AS); in addAttributes() 369 FnAttrs = FnAttrs.addAttributes(Ctx, FnAttrSet); \ in addAttributes() 427 addAttributes(FnID, *Fn); in getOrCreateRuntimeFunction()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 812 void addAttributes(const ParsedAttributesView &AL) { in addAttributes() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 410 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration); in collectUses()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2651 ArgAttrs[FirstIRArg + i] = ArgAttrs[FirstIRArg + i].addAttributes( in ConstructAttributeList()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 54 DS.addAttributes(*Attrs); in ParseTypeName()
|