Searched defs:KindID (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AttributeImpl.h | 41 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable 51 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
|
H A D | Metadata.cpp | 1304 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 D | Core.cpp | 157 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 D | CloneDetection.h | 348 size_t KindID; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Value.h | 589 bool hasMetadata(unsigned KindID) const { in hasMetadata()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2063 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 5514 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in getDeviceKernels() local
|