Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h39 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
49 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
DMetadata.cpp1224 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1381 void GlobalObject::getMetadata(unsigned KindID, in getMetadata()
1393 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1404 bool GlobalObject::eraseMetadata(unsigned KindID) { in eraseMetadata()
1433 void GlobalObject::setMetadata(unsigned KindID, MDNode *N) { in setMetadata()
DCore.cpp141 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
863 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
885 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
2407 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
2419 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2818 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2830 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h128 bool hasMetadata(unsigned KindID) const { in hasMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h175 MDNode *getMetadata(unsigned KindID) const { in getMetadata()