Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DUtilityFunction.cpp77 m_caller_up.reset(process_sp->GetTarget().GetFunctionCallerForLanguage( in MakeFunctionCaller()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp571 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp169 exe_scope->CalculateTarget()->GetFunctionCallerForLanguage( in GetObjectDescription()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1072 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
/external/llvm-project/lldb/source/Target/
DTarget.cpp2276 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage() function in Target