Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h41 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
51 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
H A DMetadata.cpp1304 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata()
1325 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1359 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1370 bool Value::eraseMetadata(unsigned KindID) { in eraseMetadata()
1455 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
H A DCore.cpp157 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
175 LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateTypeAttribute()
938 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
960 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
2435 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
2448 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2849 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2862 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCloneDetection.h348 size_t KindID; member
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h589 bool hasMetadata(unsigned KindID) const { in hasMetadata()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2063 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5514 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in getDeviceKernels() local