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.h940 MDString *TargetFuncName;
950 MDString *TargetFuncName, bool UsesKeyInstructions)
957 Annotations(Annotations), TargetFuncName(TargetFuncName),
972 TargetFuncName(N->getRawTargetFuncName()),
990 TargetFuncName == RHS->getRawTargetFuncName() &&
H A DDebugInfoMetadata.cpp1398 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument
1402 assert(isCanonical(TargetFuncName) && "Expected canonical MDString"); in getImpl()
1408 TargetFuncName, UsesKeyInstructions)); in getImpl()
1413 TargetFuncName}; in getImpl()
1414 if (!TargetFuncName) { in getImpl()
H A DDIBuilder.cpp982 DITypeArray ThrownTypes, DINodeArray Annotations, StringRef TargetFuncName, in createFunction() argument
989 ThrownTypes, Annotations, TargetFuncName, UseKeyInstructions); in createFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2279 DINodeArray Annotations, StringRef TargetFuncName,
2287 getCanonicalMDString(Context, TargetFuncName),
2298 MDString *TargetFuncName, bool UsesKeyInstructions,
2321 StringRef TargetFuncName = "", bool UsesKeyInstructions = false),
2324 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName,
2335 Metadata *Annotations = nullptr, MDString *TargetFuncName = nullptr,
2339 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName,
H A DDIBuilder.h965 DINodeArray Annotations = nullptr, StringRef TargetFuncName = "",