Home
last modified time | relevance | path

Searched defs:addAttributes (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp340 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp613 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() function in AttributeSet
1247 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeList
DFunction.cpp544 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { in addAttributes() function in Function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp42 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() function in OpenMPIRBuilder
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h789 void addAttributes(ParsedAttributesView &AL) { in addAttributes() function