Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp82 m_caller_up.reset(process_sp->GetTarget().GetFunctionCallerForLanguage( in MakeFunctionCaller()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp171 exe_scope->CalculateTarget()->GetFunctionCallerForLanguage( in GetObjectDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp658 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1174 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2543 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage() function in Target