Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h66 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h156 const std::vector<AttributeSet> &getAttributes() const { in getAttributes() function
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h266 AttributeSet getAttributes(unsigned i) const { in getAttributes() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCallSite.h198 const AttributeSet &getAttributes() const { in getAttributes() function
H A DDebugInfo.h946 unsigned getAttributes() const { return getHeaderFieldAs<unsigned>(5); } in getAttributes() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h732 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
733 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2091 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes() function
2092 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes() function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h451 StratifiedAttrs getAttributes(const T &Main) { in getAttributes() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp935 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes() function in AttributeSet