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

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  257                            !fspec.GetDirectory().IsEmpty()))
  263                            !fspec.GetDirectory().IsEmpty()))
  270                            !fspec.GetDirectory().IsEmpty()))
tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
   46   if (type.IsEmpty())
tools/lldb/include/lldb/Utility/ConstString.h
  124   explicit operator bool() const { return !IsEmpty(); }
  223     return (IsEmpty() ? value_if_empty : m_string);
tools/lldb/source/API/SBValue.cpp
   66         if (!m_name.IsEmpty())
  147     if (!m_name.IsEmpty())
tools/lldb/source/Commands/CommandCompletions.cpp
  462         if (!func_name.IsEmpty() && m_regex.Execute(func_name.GetStringRef()))
tools/lldb/source/Commands/CommandObjectTarget.cpp
 3394       if (funcname.IsEmpty())
tools/lldb/source/Core/DynamicLoader.cpp
  195         !(memory_info.GetName().IsEmpty())) {
tools/lldb/source/Core/FileSpecList.cpp
   67   bool compare_filename_only = file_spec.GetDirectory().IsEmpty();
tools/lldb/source/Core/Mangled.cpp
  274     if (m_demangled.IsEmpty()) {
tools/lldb/source/Core/Module.cpp
  144               module_spec.GetObjectName().IsEmpty() ? "" : "(",
  145               module_spec.GetObjectName().IsEmpty()
  148               module_spec.GetObjectName().IsEmpty() ? "" : ")");
  241               m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(",
  242               m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""),
  243               m_object_name.IsEmpty() ? "" : ")");
  273               m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(",
  274               m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""),
  275               m_object_name.IsEmpty() ? "" : ")");
tools/lldb/source/Core/ValueObject.cpp
 1826   if (name_const_str.IsEmpty()) {
 1865   if (name_const_str.IsEmpty()) {
 2126           !non_base_class_parent->GetName().IsEmpty()) {
tools/lldb/source/Core/ValueObjectChild.cpp
   72   if (m_type_name.IsEmpty()) {
tools/lldb/source/Core/ValueObjectConstResult.cpp
  217   if (m_type_name.IsEmpty())
tools/lldb/source/Core/ValueObjectRegister.cpp
  280   if (m_type_name.IsEmpty())
tools/lldb/source/Expression/IRExecutionUnit.cpp
  426     if (!m_name.IsEmpty() && jitted_function.m_name == m_name) {
  755       if (!demangled_name.IsEmpty()) {
tools/lldb/source/Host/common/FileSystem.cpp
  272   if (file_spec.GetFilename().IsEmpty())
tools/lldb/source/Host/linux/HostInfoLinux.cpp
  181   return !file_spec.GetDirectory().IsEmpty();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  991              .IsEmpty()) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  532       info.GetName().IsEmpty()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1864       m_func_name.IsEmpty() ? nullptr
 1867   if (!m_func_name.IsEmpty() && !main_function) {
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  810   if (class_name.IsEmpty())
  890   if (class_name.IsEmpty())
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  380   if (class_name.IsEmpty())
  834   if (class_name.IsEmpty())
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  380   if (class_name.IsEmpty())
  469   if (class_name.IsEmpty())
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
 1023   if (type_hint.IsEmpty())
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
   57     bool HasCategory() { return !GetCategory().IsEmpty(); }
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2228   if (!elem.type_name.IsEmpty()) // Name already set
 3403       if (!alloc->element.type_name.IsEmpty())
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1582   if (basename.IsEmpty())
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
 1057   if (basename.IsEmpty())
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  418   if (basename.IsEmpty())
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
   69       if (sets->GetItemAtIndexAsString(i, set_name) && !set_name.IsEmpty()) {
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  506         this, m_dyld_plugin_name.IsEmpty() ? nullptr
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2732       if (target_file.GetDirectory().IsEmpty()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2267   if (name.IsEmpty())
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  816         bool need_full_match = !file_spec.GetDirectory().IsEmpty();
 1107   if (name.IsEmpty())
 1309   if (name.IsEmpty())
 1959         mangled.GetDemangledName(mangled.GuessLanguage()).IsEmpty())
tools/lldb/source/Symbol/ClangASTContext.cpp
 2194   if (!type_name.IsEmpty() &&
 8865   if (!enum_type || ConstString(name).IsEmpty())
tools/lldb/source/Symbol/LocateSymbolFile.cpp
  339       if (!file_dir.IsEmpty())
tools/lldb/source/Symbol/UnwindPlan.cpp
  491   if (!m_source_name.IsEmpty()) {
tools/lldb/source/Target/Process.cpp
 5702       !sc.module_sp->GetFileSpec().GetFilename().IsEmpty() && sc.function &&
tools/lldb/source/Target/StackFrame.cpp
  580       if (!variable_sp->GetName().IsEmpty())
tools/lldb/source/Target/Target.cpp
 2056               !module_spec.GetFileSpec().GetFilename().IsEmpty() &&
 2057               !module_spec.GetFileSpec().GetDirectory().IsEmpty()) {
tools/lldb/source/Utility/FileSpec.cpp
  325   if (!full && (a.GetDirectory().IsEmpty() || b.GetDirectory().IsEmpty()))
  325   if (!full && (a.GetDirectory().IsEmpty() || b.GetDirectory().IsEmpty()))
tools/lldb/unittests/Symbol/LocateSymbolFileTest.cpp
   40   EXPECT_TRUE(symbol_file_spec.GetFilename().IsEmpty());
   52   EXPECT_TRUE(symbol_file_spec.GetFilename().IsEmpty());
tools/lldb/unittests/Utility/ConstStringTest.cpp
   79   EXPECT_FALSE(foo.IsEmpty());
   84   EXPECT_TRUE(empty.IsEmpty());
   89   EXPECT_TRUE(null.IsEmpty());