Searched refs:TargetFuncName (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 761 MDString *TargetFuncName; 770 MDString *TargetFuncName) 777 Annotations(Annotations), TargetFuncName(TargetFuncName) {} 791 TargetFuncName(N->getRawTargetFuncName()) {} 808 TargetFuncName == RHS->getRawTargetFuncName();
|
| H A D | DebugInfoMetadata.cpp | 1047 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 D | DIBuilder.cpp | 854 StringRef TargetFuncName) { in createFunction() argument 861 Annotations, TargetFuncName); in createFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1908 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 D | DIBuilder.h | 769 StringRef TargetFuncName = "");
|