Searched defs:KindID (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AttributeImpl.h | 41 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute global() variable 51 AttributeImpl(AttrEntryKind KindID) AttributeImpl() argument [all...] |
H A D | Metadata.cpp | 1459 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 D | Core.cpp | 151 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 D | Value.h | 565 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 D | CloneDetection.h | 348 size_t KindID; member
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2066 unsigned KindID = OperandConversionKinds.size(); emitConvertFuncs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 5912 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); getDeviceKernels() local
|