Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp41 char CPPLanguageRuntime::ID = 0;
43 CPPLanguageRuntime::CPPLanguageRuntime(Process *process) in CPPLanguageRuntime() function in CPPLanguageRuntime
46 bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue()
50 llvm::Error CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription()
57 CPPLanguageRuntime::GetObjectDescription(Stream &str, Value &value, in GetObjectDescription()
67 CPPLanguageRuntime::LibCppStdFunctionCallableInfo
72 CPPLanguageRuntime::LibCppStdFunctionCallableInfo optional_info; in line_entry_helper()
87 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
91 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
103 CPPLanguageRuntime::LibCppStdFunctionCallableInfo
[all …]
H A DCPPLanguageRuntime.h22 class CPPLanguageRuntime : public LanguageRuntime {
57 static CPPLanguageRuntime *Get(Process &process) { in Get()
58 return llvm::cast_or_null<CPPLanguageRuntime>( in Get()
83 CPPLanguageRuntime(Process *process);
87 llvm::StringMap<CPPLanguageRuntime::LibCppStdFunctionCallableInfo>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h22 #include "Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h"
26 class ItaniumABILanguageRuntime : public lldb_private::CPPLanguageRuntime {
43 return ClassID == &ID || CPPLanguageRuntime::isA(ClassID); in isA()
100 lldb_private::CPPLanguageRuntime(process) {}
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp93 CPPLanguageRuntime *cpp_runtime = CPPLanguageRuntime::Get(*process); in LibcxxFunctionSummaryProvider()
98 CPPLanguageRuntime::LibCppStdFunctionCallableInfo callable_info = in LibcxxFunctionSummaryProvider()
102 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxFunctionSummaryProvider()
106 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxFunctionSummaryProvider()
112 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxFunctionSummaryProvider()
118 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxFunctionSummaryProvider()
/freebsd/lib/clang/liblldb/
H A DMakefile442 SRCS+= Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp