Home
last modified time | relevance | path

Searched refs:TargetFuncName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h769 MDString *TargetFuncName;
778 MDString *TargetFuncName)
785 Annotations(Annotations), TargetFuncName(TargetFuncName) {}
799 TargetFuncName(N->getRawTargetFuncName()) {}
816 TargetFuncName == RHS->getRawTargetFuncName();
H A DDebugInfoMetadata.cpp1119 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 DDIBuilder.cpp834 StringRef TargetFuncName) { in createFunction() argument
840 ThrownTypes, Annotations, TargetFuncName); in createFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1672 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 DDIBuilder.h776 StringRef TargetFuncName = "");