Home
last modified time | relevance | path

Searched refs:addAttributes (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h49 void addAttributes(const DIE &Die);
H A DDIEHash.cpp347 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 DAttributes.cpp706 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 DAttributes.h333 [[nodiscard]] AttributeSet addAttributes(LLVMContext &C,
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h186 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp331 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 DDeclSpec.h812 void addAttributes(const ParsedAttributesView &AL) { in addAttributes() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp410 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration); in collectUses()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2651 ArgAttrs[FirstIRArg + i] = ArgAttrs[FirstIRArg + i].addAttributes( in ConstructAttributeList()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp54 DS.addAttributes(*Attrs); in ParseTypeName()