Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2562 auto *persistent_fn = ts->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage() local
2564 if (!persistent_fn) in GetFunctionCallerForLanguage()
2569 return persistent_fn; in GetFunctionCallerForLanguage()