Searched defs:KindID (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | IRBindings.cpp | 48 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AttributeImpl.h | 40 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable 50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
|
H A D | Metadata.cpp | 1207 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 D | Core.cpp | 137 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 D | CloneDetection.h | 356 size_t KindID; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Value.h | 601 bool hasMetadata(unsigned KindID) const { in hasMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2046 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 2640 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in identifyKernels() local
|