Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h88 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h90 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp108 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp111 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h71 eTypeDebugInfo, enumerator
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp703 case ObjectFile::eTypeDebugInfo: in format()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp269 case ObjectFile::eTypeDebugInfo: in InitOSO()
DSymbolFileDWARF.cpp560 if (m_objfile_sp->GetType() == ObjectFile::eTypeDebugInfo) { in CalculateAbilities()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1850 if (GetType() != eTypeDebugInfo) in CreateSections()
1909 m_gnu_debug_data_object_file->SetType(ObjectFile::eTypeDebugInfo); in GetGnuDebugDataObjectFile()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2481 m_type != eTypeDebugInfo) { in ParseSymtab()
5665 return eTypeDebugInfo; // 0xAu in CalculateType()
/external/llvm-project/lldb/source/Target/
DTarget.cpp2039 case ObjectFile::eTypeDebugInfo: /// An object file that contains only in GetOrCreateModule()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp229 case ObjectFile::eTypeDebugInfo: in CanDebug()