Searched refs:addAttributes (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h48 void addAttributes(const DIE &Die);
H A DDIEHash.cpp330 void DIEHash::addAttributes(const DIE &Die) { function in class:DIEHash
357 addAttributes(Die);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h60 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp661 return addAttributes(C, AttributeSet::get(C, B));
668 return addAttributes(C, AttributeSet::get(C, B));
671 AttributeSet AttributeSet::addAttributes(LLVMContext &C, function in class:AttributeSet
1241 return addAttributes(C, Index, B);
1249 return addAttributes(C, Index, B);
1256 return addAttributes(C, Index, B);
1259 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, function in class:AttributeList
1367 return addAttributes(C, Index, B);
1375 return addAttributes(C, Index, B);
1384 return addAttributes(
[all...]
H A DFunction.cpp452 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { function in class:Function
454 PAL = PAL.addAttributes(getContext(), i, Attrs);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h265 LLVM_NODISCARD AttributeSet addAttributes(LLVMContext &C,
425 LLVM_NODISCARD AttributeList addAttributes(LLVMContext &C, unsigned Index,
454 return addAttributes(C, ArgNo + FirstArgIndex, B);
H A DFunction.h382 void addAttributes(unsigned i, const AttrBuilder &Attrs);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h42 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp492 F.addAttributes(AttributeList::FunctionIndex, B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp356 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
361 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp625 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp41 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { function in class:OpenMPIRBuilder
106 addAttributes(FnID, *Fn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp383 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1580 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
1666 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
1807 F->addAttributes(llvm::AttributeList::FunctionIndex, Attrs);
3265 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
H A DTargetInfo.cpp823 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
829 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
835 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
6251 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
H A DCGCall.cpp1833 F.addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h794 void addAttributes(ParsedAttributesView &AL) { function in class:clang::DeclSpec
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp362 NewAttrs.addAttributes(BD.getContext(), AttributeList::FunctionIndex, AB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp704 NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1226 AL.addAttributes(Context, AttributeList::ReturnIndex, Valid);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp154 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
162 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
170 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
178 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp54 DS.addAttributes(*Attrs);

Completed in 225 milliseconds