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::GetTypeInfo( in GetTypeInfo()
184 llvm::Error ItaniumABILanguageRuntime::TypeHasVTable(CompilerType type) { in TypeHasVTable()
218 ItaniumABILanguageRuntime::GetVTableInfo(ValueObject &in_value, in GetVTableInfo()
288 bool ItaniumABILanguageRuntime::GetDynamicTypeAndAddress( in GetDynamicTypeAndAddress()
367 TypeAndOrName ItaniumABILanguageRuntime::FixUpDynamicType( in FixUpDynamicType()
402 ItaniumABILanguageRuntime::CreateInstance(Process *process, in CreateInstance()
411 return new ItaniumABILanguageRuntime(process); in CreateInstance()
492 void ItaniumABILanguageRuntime::Initialize() { in Initialize()
501 void ItaniumABILanguageRuntime::Terminate() { in Terminate()
505 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
510 BreakpointResolverSP ItaniumABILanguageRuntime::CreateExceptionResolver( in CreateExceptionResolver()
544 lldb::SearchFilterSP ItaniumABILanguageRuntime::CreateExceptionSearchFilter() { in CreateExceptionSearchFilter()
559 lldb::BreakpointSP ItaniumABILanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint()
572 void ItaniumABILanguageRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints()
594 void ItaniumABILanguageRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints()
603 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet()
607 bool ItaniumABILanguageRuntime::ExceptionBreakpointsExplainStop( in ExceptionBreakpointsExplainStop()
620 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread()
692 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo()
702 void ItaniumABILanguageRuntime::SetDynamicTypeInfo( in SetDynamicTypeInfo()