Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributeImpl.h37 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
DMetadata.cpp1203 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1347 void GlobalObject::getMetadata(unsigned KindID, in getMetadata()
1359 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1370 void GlobalObject::eraseMetadata(unsigned KindID) { in eraseMetadata()
1398 void GlobalObject::setMetadata(unsigned KindID, MDNode *N) { in setMetadata()
DCore.cpp134 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
665 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
687 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
1849 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
1861 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2221 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2234 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp83 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h139 MDNode *getMetadata(unsigned KindID) const { in getMetadata()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h175 MDNode *getMetadata(unsigned KindID) const { in getMetadata()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp440 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
DCore.cpp421 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
425 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef MD) { in LLVMSetMetadata()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1925 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local