Home
last modified time | relevance | path

Searched refs:eTypeDebugInfo (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp138 dsym_objfile_sp->SetType (ObjectFile::eTypeDebugInfo); in CreateInstance()
/external/lldb/include/lldb/Symbol/
DObjectFile.h66 eTypeDebugInfo, /// An object file that contains only debug information enumerator
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp340 case ObjectFile::eTypeDebugInfo: in InitOSO()
DSymbolFileDWARF.cpp677 if (m_obj_file->GetType() == ObjectFile::eTypeDebugInfo) in CalculateAbilities()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp970 if (GetType() == eTypeDebugInfo) in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1737 if (text_section_sp.get() && eh_frame_section_sp.get() && m_type != eTypeDebugInfo) in ParseSymtab()
4061 case HeaderFileTypeDSYM: return eTypeDebugInfo; // 0xAu MH_DSYM in CalculateType()
/external/lldb/source/Target/
DTarget.cpp1626 … case ObjectFile::eTypeDebugInfo: /// An object file that contains only debug information in GetSharedModule()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp221 case ObjectFile::eTypeDebugInfo: in CanDebug()