Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Expression/
H A DUtilityFunction.cpp80 m_caller_up.reset(process_sp->GetTarget().GetFunctionCallerForLanguage( in MakeFunctionCaller()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp561 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp171 exe_scope->CalculateTarget()->GetFunctionCallerForLanguage( in GetObjectDescription()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1150 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2450 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage() function in Target