Home
last modified time | relevance | path

Searched defs:getAttributes (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h228 AttributeSet getAttributes() const { in getAttributes() function
H A DFunction.h338 AttributeList getAttributes() const { return AttributeSets; } getAttributes() function
H A DIntrinsicInst.h1619 ConstantInt *getAttributes() const { getAttributes() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h104 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h134 uint8_t getAttributes() const { return Attributes; } in getAttributes() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h834 ParsedAttributes &getAttributes() { return Attrs; } getAttributes() function
835 const ParsedAttributes &getAttributes() const { return Attrs; } getAttributes() function
2605 const ParsedAttributes &getAttributes() const { return Attrs; } getAttributes() function
2606 ParsedAttributes &getAttributes() { return Attrs; } getAttributes() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1616 AttributeSet AttributeList::getAttributes(unsigned Index) const { getAttributes() function in AttributeList
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp734 AttributeList getAttributes(unsigned i) const { getAttributes() function in __anon5272731a0411::BitcodeReader