HomeSort by relevance Sort by last modified time
    Searched refs:m_obj_file (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Symbol/
SymbolFile.cpp 80 if (m_obj_file)
81 return m_obj_file->GetModule()->GetTypeList();
88 return m_obj_file->GetModule()->GetClangASTContext();
  /external/lldb/include/lldb/Symbol/
SymbolFile.h 52 m_obj_file(obj_file),
153 ObjectFile* GetObjectFile() { return m_obj_file; }
154 const ObjectFile* GetObjectFile() const { return m_obj_file; }
157 ObjectFile* m_obj_file; // The object file that symbols can be extracted from. member in class:lldb_private::SymbolFile
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 85 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext();
94 if (m_obj_file)
96 const Symtab *symtab = m_obj_file->GetSymtab();
162 const Symbol *cu_symbol = m_obj_file->GetSymtab()->SymbolAtIndex(m_source_indexes[idx]);
164 cu_sp.reset(new CompileUnit (m_obj_file->GetModule(), NULL, cu_symbol->GetMangled().GetName().AsCString(), 0, eLanguageTypeUnknown));
182 const Symtab *symtab = m_obj_file->GetSymtab();
185 // const char *prefix = m_obj_file->SymbolPrefix();
310 if (m_obj_file->GetSymtab() == NULL)
316 sc.symbol = m_obj_file->GetSymtab()->FindSymbolContainingFileAddress(so_addr.GetFileAddress());
  /external/lldb/include/lldb/Core/
Section.h 276 return m_obj_file;
281 return m_obj_file;
287 ObjectFile *m_obj_file; // The object file that data for this section should be read from member in class:lldb_private::Section
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 331 if (m_obj_file->IsStripped())
336 switch (m_obj_file->GetType())
357 Symtab* symtab = m_obj_file->GetSymtab();
422 m_obj_file->GetModule()->ReportError ("N_SO in symbol with UID %u has invalid sibling in debug map, please file a bug and attach the binary listed in this error", so_symbol->GetID());
439 m_obj_file->GetModule()->ReportError ("N_OSO symbol[%u] can't be found, please file a bug and attach the binary listed in this error", oso_idx);
441 m_obj_file->GetModule()->ReportError ("N_SO not found for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", oso_idx);
443 m_obj_file->GetModule()->ReportError ("N_SO has incorrect symbol type (%u) for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", so_symbol->GetType(), oso_idx);
445 m_obj_file->GetModule()->ReportError ("N_OSO has incorrect symbol type (%u) for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", oso_symbol->GetType(), oso_idx);
511 m_obj_file->GetModule()->GetArchitecture(),
661 m_compile_unit_infos[cu_idx].compile_unit_sp.reset(new CompileUnit (m_obj_file->GetModule()
    [all...]
SymbolFileDWARF.cpp 235 return m_obj_file->GetModule()->GetTypeList();
497 ModuleSP module_sp (m_obj_file->GetModule());
524 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext();
543 ModuleSP module_sp (m_obj_file->GetModule());
553 m_obj_file->MemoryMapSectionData(section, m_dwarf_data);
605 if (m_obj_file != NULL)
608 const SectionList *section_list = m_obj_file->GetSectionList();
672 const char *symfile_dir_cstr = m_obj_file->GetFileSpec().GetDirectory().GetCString();
677 if (m_obj_file->GetType() == ObjectFile::eTypeDebugInfo)
686 m_obj_file->GetModule()->ReportWarning ("empty dSYM file detected, dSYM was created with an executable with n (…)
    [all...]
  /external/lldb/source/Core/
Section.cpp 31 m_obj_file (obj_file),
62 m_obj_file (obj_file),
251 const FileSpec &file_spec = m_obj_file->GetFileSpec();
253 if (m_obj_file)

Completed in 950 milliseconds