Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h761 MDString *TargetFuncName;
770 MDString *TargetFuncName)
777 Annotations(Annotations), TargetFuncName(TargetFuncName) {}
791 TargetFuncName(N->getRawTargetFuncName()) {}
808 TargetFuncName == RHS->getRawTargetFuncName();
H A DDebugInfoMetadata.cpp1047 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument
1051 assert(isCanonical(TargetFuncName) && "Expected canonical MDString"); in getImpl()
1057 TargetFuncName)); in getImpl()
1062 TargetFuncName}; in getImpl()
1063 if (!TargetFuncName) { in getImpl()
H A DDIBuilder.cpp854 StringRef TargetFuncName) { in createFunction() argument
861 Annotations, TargetFuncName); in createFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1908 DINodeArray Annotations, StringRef TargetFuncName,
1915 getCanonicalMDString(Context, TargetFuncName),
1925 MDString *TargetFuncName, StorageType Storage,
1948 StringRef TargetFuncName = ""),
1951 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
1961 Metadata *Annotations = nullptr, MDString *TargetFuncName = nullptr),
1964 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
H A DDIBuilder.h769 StringRef TargetFuncName = "");