Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp48 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h40 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
H A DMetadata.cpp1207 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata()
1228 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1262 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1273 bool Value::eraseMetadata(unsigned KindID) { in eraseMetadata()
1330 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
H A DCore.cpp137 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
167 LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateTypeAttribute()
907 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
929 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
2469 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
2481 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2879 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2891 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h356 size_t KindID; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h601 bool hasMetadata(unsigned KindID) const { in hasMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2046 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2640 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in identifyKernels() local