Home
last modified time | relevance | path

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

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