Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h88 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h86 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp102 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp102 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp104 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp96 obj_file_type == ObjectFile::eTypeDebugInfo)) { in FindPlugin()
H A DObjectFile.cpp678 case ObjectFile::eTypeDebugInfo: in format()
776 .Case("debuginfo", ObjectFile::eTypeDebugInfo) in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp83 Type type = header.type.value_or(eTypeDebugInfo); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h55 eTypeDebugInfo, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1781 (ObjectType == ObjectFile::Type::eTypeDebugInfo && H.sh_addr == 0)) && in GetVMRange()
1939 if (GetType() != eTypeDebugInfo) in CreateSections()
1998 m_gnu_debug_data_object_file->SetType(ObjectFile::eTypeDebugInfo); in GetGnuDebugDataObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp274 case ObjectFile::eTypeDebugInfo: in InitOSO()
H A DSymbolFileDWARF.cpp638 if (m_objfile_sp->GetType() == ObjectFile::eTypeDebugInfo) { in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2272 case ObjectFile::eTypeDebugInfo: /// An object file that contains only in GetOrCreateModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp234 case ObjectFile::eTypeDebugInfo: in CanDebug()