#include <attribute.hpp>
Definition at line 382 of file attribute.hpp.
◆ AttributeList()
◆ createEmptyList()
| static AttributeList jlm::llvm::AttributeList::createEmptyList |
( |
| ) |
|
|
inlinestatic |
◆ getFunctionAttributes()
| const AttributeSet& jlm::llvm::AttributeList::getFunctionAttributes |
( |
| ) |
const |
|
inlinenoexcept |
◆ getParameterAttributes()
| const std::vector<AttributeSet>& jlm::llvm::AttributeList::getParameterAttributes |
( |
| ) |
const |
|
inlinenoexcept |
◆ getReturnAttributes()
| const AttributeSet& jlm::llvm::AttributeList::getReturnAttributes |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator!=()
| bool jlm::llvm::AttributeList::operator!= |
( |
const AttributeList & |
other | ) |
const |
|
inlinenoexcept |
◆ operator==()
| bool jlm::llvm::AttributeList::operator== |
( |
const AttributeList & |
other | ) |
const |
|
inlinenoexcept |
◆ functionAttributes_
| AttributeSet jlm::llvm::AttributeList::functionAttributes_ {} |
|
private |
◆ parameterAttributes_
| std::vector<AttributeSet> jlm::llvm::AttributeList::parameterAttributes_ {} |
|
private |
◆ returnAttributes_
The documentation for this class was generated from the following file: