Lines Matching refs:ItaniumABILanguageRuntime

44 LLDB_PLUGIN_DEFINE_ADV(ItaniumABILanguageRuntime, CXXItaniumABI)
48 char ItaniumABILanguageRuntime::ID = 0;
50 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue()
57 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 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
413 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
447 lldb::SearchFilterSP ItaniumABILanguageRuntime::CreateExceptionSearchFilter() { in CreateExceptionSearchFilter()
460 lldb::BreakpointSP ItaniumABILanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint()
473 void ItaniumABILanguageRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints()
495 void ItaniumABILanguageRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints()
504 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet()
508 bool ItaniumABILanguageRuntime::ExceptionBreakpointsExplainStop( in ExceptionBreakpointsExplainStop()
521 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread()
589 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo()
599 void ItaniumABILanguageRuntime::SetDynamicTypeInfo( in SetDynamicTypeInfo()