Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2394 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage() local
2396 if (!persistent_fn) in GetFunctionCallerForLanguage()
2401 return persistent_fn; in GetFunctionCallerForLanguage()