Lines Matching refs:ItaniumABILanguageRuntime
43 LLDB_PLUGIN_DEFINE_ADV(ItaniumABILanguageRuntime, CXXItaniumABI)
47 char ItaniumABILanguageRuntime::ID = 0;
49 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue()
56 TypeAndOrName ItaniumABILanguageRuntime::GetTypeInfoFromVTableAddress( in GetTypeInfoFromVTableAddress()
185 bool ItaniumABILanguageRuntime::GetDynamicTypeAndAddress( in GetDynamicTypeAndAddress()
269 TypeAndOrName ItaniumABILanguageRuntime::FixUpDynamicType( in FixUpDynamicType()
304 ItaniumABILanguageRuntime::CreateInstance(Process *process, in CreateInstance()
313 return new ItaniumABILanguageRuntime(process); in CreateInstance()
395 void ItaniumABILanguageRuntime::Initialize() { in Initialize()
404 void ItaniumABILanguageRuntime::Terminate() { in Terminate()
408 lldb_private::ConstString ItaniumABILanguageRuntime::GetPluginNameStatic() { in GetPluginNameStatic()
414 lldb_private::ConstString ItaniumABILanguageRuntime::GetPluginName() { in GetPluginName()
418 uint32_t ItaniumABILanguageRuntime::GetPluginVersion() { return 1; } in GetPluginVersion()
420 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
425 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
459 lldb::SearchFilterSP ItaniumABILanguageRuntime::CreateExceptionSearchFilter() { in CreateExceptionSearchFilter()
472 lldb::BreakpointSP ItaniumABILanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint()
485 void ItaniumABILanguageRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints()
507 void ItaniumABILanguageRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints()
516 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet()
520 bool ItaniumABILanguageRuntime::ExceptionBreakpointsExplainStop( in ExceptionBreakpointsExplainStop()
533 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread()
601 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo()
611 void ItaniumABILanguageRuntime::SetDynamicTypeInfo( in SetDynamicTypeInfo()