Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2235 FunctionCaller *persistent_fn = nullptr; in GetFunctionCallerForLanguage() local
2242 return persistent_fn; in GetFunctionCallerForLanguage()
2245 persistent_fn = type_system->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
2247 if (!persistent_fn) in GetFunctionCallerForLanguage()
2252 return persistent_fn; in GetFunctionCallerForLanguage()