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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h49 void addAttributes(const DIE &Die);
H A DDIEHash.cpp340 void DIEHash::addAttributes(const DIE &Die) { function in class:DIEHash
367 addAttributes(Die);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h65 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp742 return addAttributes(C, AttributeSet::get(C, B));
749 return addAttributes(C, AttributeSet::get(C, B));
752 AttributeSet AttributeSet::addAttributes(LLVMContext &C, function in class:AttributeSet
1396 return addAttributes(C, Index, B);
1403 return addAttributes(C, Index, B);
1416 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, function in class:AttributeList
1523 return addAttributes(C, Index, B);
1531 return addAttributes(C, Index, B);
1540 return addAttributes(C, Index, B);
1548 return addAttributes(
[all...]
H A DFunction.cpp358 F->addAttributes(AttributeList::FunctionIndex, B);
545 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { function in class:Function
547 PAL = PAL.addAttributes(getContext(), i, Attrs);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h292 LLVM_NODISCARD AttributeSet addAttributes(LLVMContext &C,
462 LLVM_NODISCARD AttributeList addAttributes(LLVMContext &C, unsigned Index,
491 return addAttributes(C, ArgNo + FirstArgIndex, B);
H A DFunction.h410 void addAttributes(unsigned i, const AttrBuilder &Attrs);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h50 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp492 F.addAttributes(AttributeList::FunctionIndex, B);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp346 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
351 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp682 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp41 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { function in class:OpenMPIRBuilder
59 FnAttrs = FnAttrs.addAttributes(Ctx, FnAttrSet); \
60 RetAttrs = RetAttrs.addAttributes(Ctx, RetAttrSet); \
63 ArgAttrs[ArgNo].addAttributes(Ctx, ArgAttrSets[ArgNo]); \
118 addAttributes(FnID, *Fn);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp887 NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex,
897 NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, FnAttrs);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1754 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
1841 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
1891 F->addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs);
2008 F->addAttributes(llvm::AttributeList::FunctionIndex, Attrs);
3588 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
H A DTargetInfo.cpp830 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
836 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
842 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
6329 Fn->addAttributes(llvm::AttributeList::FunctionIndex, B);
H A DCGCall.cpp1873 F.addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h789 void addAttributes(ParsedAttributesView &AL) { function in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp362 NewAttrs.addAttributes(BD.getContext(), AttributeList::FunctionIndex, AB);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp333 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp155 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
163 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
171 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
179 AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1262 AL.addAttributes(Context, AttributeList::ReturnIndex, Valid);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp55 DS.addAttributes(*Attrs);

Completed in 642 milliseconds