Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h41 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute global() variable
51 AttributeImpl(AttrEntryKind KindID) AttributeImpl() argument
[all...]
H A DMetadata.cpp1459 return getMetadataImpl(KindID); in getMetadata() argument
1449 unsigned KindID = getContext().getMDKindID(Kind); getMetadata() local
1479 setMetadata(unsigned KindID,MDNode * Node) setMetadata() argument
1513 addMetadata(unsigned KindID,MDNode & MD) addMetadata() argument
1524 eraseMetadata(unsigned KindID) eraseMetadata() argument
1568 unsigned KindID = Ctx.getMDKindID(Kind); getMetadataImpl() local
1627 setMetadata(unsigned KindID,MDNode * Node) setMetadata() argument
[all...]
H A DCore.cpp151 LLVMCreateEnumAttribute(LLVMContextRef C,unsigned KindID,uint64_t Val) LLVMCreateEnumAttribute() argument
169 LLVMCreateTypeAttribute(LLVMContextRef C,unsigned KindID,LLVMTypeRef type_ref) LLVMCreateTypeAttribute() argument
993 LLVMGetMetadata(LLVMValueRef Inst,unsigned KindID) LLVMGetMetadata() argument
1015 LLVMSetMetadata(LLVMValueRef Inst,unsigned KindID,LLVMValueRef Val) LLVMSetMetadata() argument
2419 LLVMGetEnumAttributeAtIndex(LLVMValueRef F,LLVMAttributeIndex Idx,unsigned KindID) LLVMGetEnumAttributeAtIndex() argument
2432 LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F,LLVMAttributeIndex Idx,unsigned KindID) LLVMRemoveEnumAttributeAtIndex() argument
2861 LLVMGetCallSiteEnumAttribute(LLVMValueRef C,LLVMAttributeIndex Idx,unsigned KindID) LLVMGetCallSiteEnumAttribute() argument
2874 LLVMRemoveCallSiteEnumAttribute(LLVMValueRef C,LLVMAttributeIndex Idx,unsigned KindID) LLVMRemoveCallSiteEnumAttribute() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h565 MDNode *getMetadata(unsigned KindID) const { in getMetadata()
593 bool hasMetadata(unsigned KindID) const { in hasMetadata()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h348 size_t KindID; member
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2066 unsigned KindID = OperandConversionKinds.size(); emitConvertFuncs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5912 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); getDeviceKernels() local