Searched refs:TargetFuncName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 769 MDString *TargetFuncName; 778 MDString *TargetFuncName) 785 Annotations(Annotations), TargetFuncName(TargetFuncName) {} 799 TargetFuncName(N->getRawTargetFuncName()) {} 816 TargetFuncName == RHS->getRawTargetFuncName();
|
| H A D | DebugInfoMetadata.cpp | 1119 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument 1123 assert(isCanonical(TargetFuncName) && "Expected canonical MDString"); in getImpl() 1129 TargetFuncName)); in getImpl() 1134 TargetFuncName}; in getImpl() 1135 if (!TargetFuncName) { in getImpl()
|
| H A D | DIBuilder.cpp | 834 StringRef TargetFuncName) { in createFunction() argument 840 ThrownTypes, Annotations, TargetFuncName); in createFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1672 DINodeArray Annotations, StringRef TargetFuncName, 1679 getCanonicalMDString(Context, TargetFuncName), 1689 MDString *TargetFuncName, StorageType Storage, 1712 StringRef TargetFuncName = ""), 1715 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName)) 1725 Metadata *Annotations = nullptr, MDString *TargetFuncName = nullptr), 1728 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
|
| H A D | DIBuilder.h | 776 StringRef TargetFuncName = "");
|