Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2308 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage() local
2310 if (!persistent_fn) in GetFunctionCallerForLanguage()
2315 return persistent_fn; in GetFunctionCallerForLanguage()