Home
last modified time | relevance | path

Searched refs:KLen (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2931 const char *K, unsigned KLen);
2935 const char *K, unsigned KLen);
3723 const char *K, unsigned KLen);
3727 const char *K, unsigned KLen);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2585 const char *K, unsigned KLen) { in LLVMGetStringAttributeAtIndex() argument
2587 unwrap<Function>(F)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex()
2596 const char *K, unsigned KLen) { in LLVMRemoveStringAttributeAtIndex() argument
2597 unwrap<Function>(F)->removeAttributeAtIndex(Idx, StringRef(K, KLen)); in LLVMRemoveStringAttributeAtIndex()
3021 const char *K, unsigned KLen) { in LLVMGetCallSiteStringAttribute() argument
3023 unwrap<CallBase>(C)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
3032 const char *K, unsigned KLen) { in LLVMRemoveCallSiteStringAttribute() argument
3033 unwrap<CallBase>(C)->removeAttributeAtIndex(Idx, StringRef(K, KLen)); in LLVMRemoveCallSiteStringAttribute()