Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp38 char CPPLanguageRuntime::ID = 0;
40 CPPLanguageRuntime::CPPLanguageRuntime(Process *process) in CPPLanguageRuntime() function in CPPLanguageRuntime
43 bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue()
47 bool CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription()
53 bool CPPLanguageRuntime::GetObjectDescription( in GetObjectDescription()
63 CPPLanguageRuntime::LibCppStdFunctionCallableInfo
68 CPPLanguageRuntime::LibCppStdFunctionCallableInfo optional_info; in line_entry_helper()
83 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
87 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
99 CPPLanguageRuntime::LibCppStdFunctionCallableInfo
[all …]
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>;
DCMakeLists.txt2 CPPLanguageRuntime.cpp
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h26 class ItaniumABILanguageRuntime : public lldb_private::CPPLanguageRuntime {
43 return ClassID == &ID || CPPLanguageRuntime::isA(ClassID); in isA()
97 lldb_private::CPPLanguageRuntime(process), m_cxx_exception_bp_sp(), in ItaniumABILanguageRuntime()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp70 CPPLanguageRuntime *cpp_runtime = CPPLanguageRuntime::Get(*process); in LibcxxFunctionSummaryProvider()
75 CPPLanguageRuntime::LibCppStdFunctionCallableInfo callable_info = in LibcxxFunctionSummaryProvider()
79 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxFunctionSummaryProvider()
83 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxFunctionSummaryProvider()
89 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxFunctionSummaryProvider()
95 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxFunctionSummaryProvider()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.h298 class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime {
326 return ClassID == &ID || CPPLanguageRuntime::isA(ClassID); in isA()
DRenderScriptRuntime.cpp4939 : lldb_private::CPPLanguageRuntime(process), m_initiated(false), in RenderScriptRuntime()