Searched defs:AttributeList (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DModule.cpp138 getOrInsertFunction(StringRef Name, FunctionType *Ty, AttributeSet AttributeList) argument
181 getOrInsertFunction(StringRef Name, AttributeSet AttributeList, Type *RetTy, ...) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h71 class AttributeList { // TODO: This should really be called ParsedAttribute class in namespace:clang
212 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
226 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
249 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
268 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
281 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1162 AttributeSet AttributeList; ///< parameter attributes for call member in class:llvm::CallInst
2842 AttributeSet AttributeList; member in class:llvm::InvokeInst
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2493 CodeGen::AttributeListType AttributeList; local
H A DCodeGenModule.cpp649 AttributeListType AttributeList; local

Completed in 182 milliseconds