Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGLoopInfo.h68 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h168 const std::vector<AttributeSet> &getAttributes() const { in getAttributes() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDCallSite.h229 const AttributeSet &getAttributes() const { in getAttributes() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h735 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
736 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2125 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes() function
2126 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes() function
/NextBSD/contrib/llvm/lib/Analysis/
HDStratifiedSets.h451 StratifiedAttrs getAttributes(const T &Main) { in getAttributes() function
/NextBSD/contrib/llvm/lib/IR/
HDAttributes.cpp1024 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes() function in AttributeSet
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp277 AttributeSet getAttributes(unsigned i) const { in getAttributes() function in __anon397f91170111::BitcodeReader