Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h93 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp119 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h72 eTypeDebugInfo, /// An object file that contains only debug information enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp702 case ObjectFile::eTypeDebugInfo: in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp273 case ObjectFile::eTypeDebugInfo: in InitOSO()
H A DSymbolFileDWARF.cpp566 if (m_obj_file->GetType() == ObjectFile::eTypeDebugInfo) { in CalculateAbilities()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2017 if (GetType() != eTypeDebugInfo) in CreateSections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2061 case ObjectFile::eTypeDebugInfo: /// An object file that contains only in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp262 case ObjectFile::eTypeDebugInfo: in CanDebug()