Searched defs:KindID (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AttributeImpl.h | 43 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable 55 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
|
H A D | Metadata.cpp | 1458 unsigned KindID = getContext().getMDKindID(Kind); in getMetadata() local 1468 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() 1488 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() 1522 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() 1533 bool Value::eraseMetadata(unsigned KindID) { in eraseMetadata() 1577 unsigned KindID = Ctx.getMDKindID(Kind); in getMetadataImpl() local 1636 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
|
H A D | Core.cpp | 157 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute() 175 LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateTypeAttribute() 188 unsigned KindID, in LLVMCreateConstantRangeAttribute() 1077 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata() 1099 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata() 2578 unsigned KindID) { in LLVMGetEnumAttributeAtIndex() 2591 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex() 3014 unsigned KindID) { in LLVMGetCallSiteEnumAttribute() 3027 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 348 size_t KindID; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 589 hasMetadata(unsigned KindID) hasMetadata() argument [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2084 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 5913 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in getDeviceKernels() local
|