Searched refs:TargetFuncName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 776 MDString *TargetFuncName; 785 MDString *TargetFuncName) 792 Annotations(Annotations), TargetFuncName(TargetFuncName) {} 806 TargetFuncName(N->getRawTargetFuncName()) {} 823 TargetFuncName == RHS->getRawTargetFuncName();
|
H A D | DebugInfoMetadata.cpp | 1129 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument 1133 assert(isCanonical(TargetFuncName) && "Expected canonical MDString"); in getImpl() 1139 TargetFuncName)); in getImpl() 1144 TargetFuncName}; in getImpl() 1145 if (!TargetFuncName) { in getImpl()
|
H A D | DIBuilder.cpp | 861 StringRef TargetFuncName) { in createFunction() argument 867 ThrownTypes, Annotations, TargetFuncName); in createFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1730 DINodeArray Annotations, StringRef TargetFuncName, 1737 getCanonicalMDString(Context, TargetFuncName), 1747 MDString *TargetFuncName, StorageType Storage, 1770 StringRef TargetFuncName = ""), 1773 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName)) 1783 Metadata *Annotations = nullptr, MDString *TargetFuncName = nullptr), 1786 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
|
H A D | DIBuilder.h | 810 StringRef TargetFuncName = "");
|