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

References

tools/lldb/source/API/SBMemoryRegionInfo.cpp
  116   return m_opaque_up->GetName().AsCString();
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1722           ConstString name = range_info.GetName();
tools/lldb/source/Core/DynamicLoader.cpp
  195         !(memory_info.GetName().IsEmpty())) {
  196       ModuleSpec new_module_spec(FileSpec(memory_info.GetName().AsCString()),
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  532       info.GetName().IsEmpty()) {
  538   FileSpec file(info.GetName().GetCString());
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1309                            FileSpec file_spec(Info.GetName().GetCString());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2510     ConstString name = region_info.GetName();
tools/lldb/source/Target/MemoryRegionInfo.cpp
   18                              Info.GetMapped(), Info.GetName(), Info.GetFlash(),
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  345   EXPECT_EQ("/foo/bar.so", region_info.GetName().GetStringRef());