Searched refs:TargetFuncName (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2286 StringRef TargetFuncName = "target"; in TEST_F() local 2298 TargetFuncName); in TEST_F() 2334 TargetFuncName)); in TEST_F() 2340 TargetFuncName)); in TEST_F() 2351 TargetFuncName)); in TEST_F() 2357 TargetFuncName)); in TEST_F() 2363 TargetFuncName)); in TEST_F() 2369 Annotations, TargetFuncName)); in TEST_F() 2375 Annotations, TargetFuncName)); in TEST_F() 2393 Annotations, TargetFuncName)); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 713 MDString *TargetFuncName; 722 MDString *TargetFuncName) 729 Annotations(Annotations), TargetFuncName(TargetFuncName) {} 743 TargetFuncName(N->getRawTargetFuncName()) {} 760 TargetFuncName == RHS->getRawTargetFuncName();
|
| H A D | DebugInfoMetadata.cpp | 983 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument 987 assert(isCanonical(TargetFuncName) && "Expected canonical MDString"); in getImpl() 993 TargetFuncName)); in getImpl() 998 TargetFuncName}; in getImpl() 999 if (!TargetFuncName) { in getImpl()
|
| H A D | DIBuilder.cpp | 850 StringRef TargetFuncName) { in createFunction() argument 857 Annotations, TargetFuncName); in createFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1860 DINodeArray Annotations, StringRef TargetFuncName, 1867 getCanonicalMDString(Context, TargetFuncName), 1877 MDString *TargetFuncName, StorageType Storage, 1900 StringRef TargetFuncName = ""), 1903 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName)) 1913 Metadata *Annotations = nullptr, MDString *TargetFuncName = nullptr), 1916 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
|
| H A D | DIBuilder.h | 766 StringRef TargetFuncName = "");
|