Home
last modified time | relevance | path

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

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