Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp37 CPPLanguageRuntime::~CPPLanguageRuntime() {} in ~CPPLanguageRuntime()
39 CPPLanguageRuntime::CPPLanguageRuntime(Process *process) in CPPLanguageRuntime() function in CPPLanguageRuntime
42 bool CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription()
48 bool CPPLanguageRuntime::GetObjectDescription( in GetObjectDescription()
54 CPPLanguageRuntime::LibCppStdFunctionCallableInfo
55 CPPLanguageRuntime::FindLibCppStdFunctionCallableInfo( in FindLibCppStdFunctionCallableInfo()
276 CPPLanguageRuntime::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
324 CPPLanguageRuntime::LibCppStdFunctionCallableInfo callable_info = in GetStepThroughTrampolinePlan()
H A DThreadPlanStepThrough.cpp99 CPPLanguageRuntime *cpp_runtime = in LookForPlanToStepThroughFromCurrentPC()
H A DProcess.cpp1756 CPPLanguageRuntime *Process::GetCPPLanguageRuntime(bool retry_if_null) { in GetCPPLanguageRuntime()
1761 return static_cast<CPPLanguageRuntime *>(runtime); in GetCPPLanguageRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h21 class CPPLanguageRuntime : public LanguageRuntime {
42 ~CPPLanguageRuntime() override;
72 CPPLanguageRuntime(Process *process);
75 DISALLOW_COPY_AND_ASSIGN(CPPLanguageRuntime);
H A DProcess.h2531 virtual CPPLanguageRuntime *GetCPPLanguageRuntime(bool retry_if_null = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp71 CPPLanguageRuntime *cpp_runtime = process->GetCPPLanguageRuntime(); in LibcxxFunctionSummaryProvider()
76 CPPLanguageRuntime::LibCppStdFunctionCallableInfo callable_info = in LibcxxFunctionSummaryProvider()
80 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxFunctionSummaryProvider()
84 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxFunctionSummaryProvider()
90 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxFunctionSummaryProvider()
96 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxFunctionSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h26 class ItaniumABILanguageRuntime : public lldb_private::CPPLanguageRuntime {
94 lldb_private::CPPLanguageRuntime(process), in ItaniumABILanguageRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h293 class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime {
H A DRenderScriptRuntime.cpp5047 : lldb_private::CPPLanguageRuntime(process), m_initiated(false), in RenderScriptRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h50 class CPPLanguageRuntime; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile519 SRCS+= Target/CPPLanguageRuntime.cpp