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

/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { function in class:llvm::DWARFAbbreviationDeclaration
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h179 const AttributeSet &getAttributes() const { function in class:llvm::CallSiteBase
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h135 const std::vector<AttributeSet> &getAttributes() const { function in class:llvm::ValueEnumerator
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DFunction.h171 AttributeSet getAttributes() const { return AttributeSets; } function in class:llvm::Function
H A DInstructions.h1268 const AttributeSet &getAttributes() const { return AttributeList; } function in class:llvm::CallInst
3014 const AttributeSet &getAttributes() const { return AttributeList; } function in class:llvm::InvokeInst
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp855 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { function in class:AttributeSet
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h691 ParsedAttributes &getAttributes() { return Attrs; } function in class:clang::DeclSpec
692 const ParsedAttributes &getAttributes() const { return Attrs; } function in class:clang::DeclSpec

Completed in 104 milliseconds