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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCallSite.h179 const AttributeSet &getAttributes() const { function in class:llvm::CallSiteBase
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h135 const std::vector<AttributeSet> &getAttributes() const { function in class:llvm::ValueEnumerator
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DFunction.h170 AttributeSet getAttributes() const { return AttributeSets; } function in class:llvm::Function
H A DInstructions.h1260 const AttributeSet &getAttributes() const { return AttributeList; } function in class:llvm::CallInst
2903 const AttributeSet &getAttributes() const { return AttributeList; } function in class:llvm::InvokeInst
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAttributes.cpp876 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { function in class:AttributeSet
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h716 ParsedAttributes &getAttributes() { return Attrs; } function in class:clang::DeclSpec
717 const ParsedAttributes &getAttributes() const { return Attrs; } function in class:clang::DeclSpec

Completed in 138 milliseconds