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

References

tools/lldb/include/lldb/Core/Module.h
  137     module_sp->m_file = module_sp->m_objfile_sp->GetFileSpec();
tools/lldb/source/API/SBModule.cpp
  657       sb_file_spec.SetFileSpec(symfile->GetObjectFile()->GetFileSpec());
tools/lldb/source/API/SBSection.cpp
  211               objfile->GetFileSpec().GetPath(), file_size, file_offset);
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4140           if (object_file && object_file->GetFileSpec() == symbol_fspec) {
tools/lldb/source/Core/Module.cpp
 1388         if (obj_file->GetFileSpec() == file) {
 1409           std::string old_path(obj_file->GetFileSpec().GetPath());
tools/lldb/source/Core/Section.cpp
  351       const FileSpec &file_spec = m_obj_file->GetFileSpec();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  989              ->GetFileSpec()
  993           m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  326                             image_object_file->GetFileSpec().GetPath().c_str());
  632             ModuleSpec module_spec(objfile->GetFileSpec(),
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1895   auto fspec = GetFileSpec().CopyByAppendingPathComponent(
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
   78           FileSpec symfile_spec(objfile->GetFileSpec());
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  112               GetFileSpec(), m_base, m_base + m_size);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  993                               ->GetFileSpec()
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  459            m_module.GetObjectFile()->GetFileSpec());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  533           m_objfile_sp->GetFileSpec().GetDirectory().GetCString();
 1644             if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" &&
 1645                 llvm::StringRef(m_objfile_sp->GetFileSpec().GetPath())
 3842     module_spec.GetFileSpec() = m_objfile_sp->GetFileSpec();
 3844         FileSpec(m_objfile_sp->GetFileSpec().GetPath() + ".dwp");
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  286         loadMatchingPDBFile(m_objfile_sp->GetFileSpec().GetPath(), m_allocator);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  138     std::string exePath = m_objfile_sp->GetFileSpec().GetPath();
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
   91   module_spec.GetFileSpec() = obj_file->GetFileSpec();
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  424                      m_objfile.GetFileSpec().GetFilename().AsCString(""));
tools/lldb/source/Symbol/SymbolFile.cpp
  215            GetMainObjectFile()->GetFileSpec());
tools/lldb/source/Symbol/SymbolVendor.cpp
   45   if (sym_spec && sym_spec != module_sp->GetObjectFile()->GetFileSpec()) {
tools/lldb/source/Symbol/Symtab.cpp
   78   const FileSpec &file_spec = m_objfile->GetFileSpec();