Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h776 MDString *TargetFuncName;
785 MDString *TargetFuncName)
792 Annotations(Annotations), TargetFuncName(TargetFuncName) {}
806 TargetFuncName(N->getRawTargetFuncName()) {}
823 TargetFuncName == RHS->getRawTargetFuncName();
H A DDebugInfoMetadata.cpp1129 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 DDIBuilder.cpp861 StringRef TargetFuncName) { in createFunction() argument
867 ThrownTypes, Annotations, TargetFuncName); in createFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1730 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 DDIBuilder.h810 StringRef TargetFuncName = "");