reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  252         match_module_spec.GetObjectName() != GetObjectName())
tools/lldb/include/lldb/Utility/Broadcaster.h
   55     if (m_broadcaster_class != in_spec.GetBroadcasterClass())
tools/lldb/source/Commands/CommandObjectSource.cpp
  186         if (module_file_name != last_module_file_name) {
  770       return function != rhs.function ||
tools/lldb/source/Core/Debugger.cpp
  578     if (plugin_file_spec.GetFileNameExtension() != g_dylibext &&
  579         plugin_file_spec.GetFileNameExtension() != g_solibext) {
tools/lldb/source/Core/Module.cpp
  758       if (mangled_name != m_name && full_name != m_name)
  758       if (mangled_name != m_name && full_name != m_name)
 1582     if (object_name != GetObjectName())
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  163   if (new_parent_type_name != m_parent_type_name) {
tools/lldb/source/DataFormatters/FormatManager.cpp
  197     if (display_type_name != type_name)
tools/lldb/source/Expression/ExpressionVariable.cpp
   53         jitted_function.m_name != execution_unit_sp->GetFunctionName() &&
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
  125       if (platform_sp->GetName() != ConstString(m_platform_name.c_str()))
  129     if (m_sdk_build && m_sdk_build != platform_sp->GetSDKBuild())
  132     if (m_sdk_sysroot && m_sdk_sysroot != platform_sp->GetSDKRootDirectory())
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  257                   section_sp->GetName() != g_section_name_LINKEDIT;
  527         if (image_infos[i].file_spec.GetFilename() != g_dyld_sim_filename) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  503     if (size_mode->GetName() != g_size_name) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
  355   if (m_name != NSObject_name && superclass_func)
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  843       if (reduction.m_reduce_name != m_reduce_name)
 1639     if (file.GetFilename() != ConstString(shared_lib.c_str()))
 2267       if (!child || (child->GetName() != elem.children[i].type_name)) {
 3278             (alloc->element.type_name != Element::GetFallbackStructName())) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  869             call_site_unwind_plan->GetSourceName() !=
  937         call_site_unwind_plan->GetSourceName() !=
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  474   if (m_dyld_plugin_name != DynamicLoaderMacOSXDYLD::GetPluginNameStatic()) {
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  810     if (!plugin_sp || (plugin_sp->GetPluginName() !=
 1111   if (type_name != GetDarwinLogTypeName()) {
 1176   if (type_name != GetDarwinLogTypeName()) {
 1771   if (event_type != GetLogEventType())
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  114     if (sect.GetName() != m_section_type)
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  268                   class_name_no_category != class_name_with_category)
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1968         mangled.GetDemangledName(mangled.GuessLanguage()) !=
tools/lldb/source/Symbol/SymbolContext.cpp
  812               if (symbol->GetMangled().GetMangledName() != name)
tools/lldb/source/Symbol/Type.cpp
   57       if (pat.kind != CompilerContextKind::AnyModule && ctx->name != pat.name)
  184       if (qualified_type_name != type_name) {
  738   if (m_type_name != other.m_type_name)
tools/lldb/source/Target/StackFrameRecognizer.cpp
  108         if (entry.module != module_name) continue;
  114         if (entry.symbol != function_name) continue;
tools/lldb/source/Target/TargetList.cpp
  195                    host_platform_sp->GetName() != platform_sp->GetName())) {
  218               if (platform_ptr->GetName() != the_platform_sp->GetName()) {
tools/lldb/source/Utility/Event.cpp
  253       event_data->GetFlavor() != EventDataStructuredData::GetFlavorString())