Home
last modified time | relevance | path

Searched defs:AttributeSet (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h242 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet() function
244 AttributeSet() : pImpl(nullptr) {} in AttributeSet() function
H A DIntrinsics.h29 class AttributeSet; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h29 class AttributeSet; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h37 class AttributeSet; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h189 friend class AttributeSet; variable