Searched refs:CPPLanguageRuntime (Results 1 – 7 of 7) sorted by relevance
38 char CPPLanguageRuntime::ID = 0;40 CPPLanguageRuntime::CPPLanguageRuntime(Process *process) in CPPLanguageRuntime() function in CPPLanguageRuntime43 bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue()47 bool CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription()53 bool CPPLanguageRuntime::GetObjectDescription( in GetObjectDescription()63 CPPLanguageRuntime::LibCppStdFunctionCallableInfo68 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 …]
22 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>;
2 CPPLanguageRuntime.cpp
26 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()
70 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()
298 class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime {326 return ClassID == &ID || CPPLanguageRuntime::isA(ClassID); in isA()
4939 : lldb_private::CPPLanguageRuntime(process), m_initiated(false), in RenderScriptRuntime()