Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
HDSymbolVendorWasm.cpp102 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
HDObjectFilePDB.h86 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
HDSymbolVendorPECOFF.cpp102 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDObjectFileBreakpad.h88 Type CalculateType() override { return eTypeDebugInfo; } in CalculateType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp104 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFile.cpp96 obj_file_type == ObjectFile::eTypeDebugInfo)) { in FindPlugin()
HDObjectFile.cpp687 case ObjectFile::eTypeDebugInfo: in format()
785 .Case("debuginfo", ObjectFile::eTypeDebugInfo) in fromJSON()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
HDObjectFileJSON.cpp83 Type type = header.type.value_or(eTypeDebugInfo); in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h55 eTypeDebugInfo, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1798 (ObjectType == ObjectFile::Type::eTypeDebugInfo && H.sh_addr == 0)) && in GetVMRange()
1989 if (GetType() != eTypeDebugInfo) in CreateSections()
2048 m_gnu_debug_data_object_file->SetType(ObjectFile::eTypeDebugInfo); in GetGnuDebugDataObjectFile()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp275 case ObjectFile::eTypeDebugInfo: in InitOSO()
HDSymbolFileDWARF.cpp645 if (m_objfile_sp->GetType() == ObjectFile::eTypeDebugInfo) { in CalculateAbilities()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2267 case ObjectFile::eTypeDebugInfo: /// An object file that contains only in GetOrCreateModule()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp235 case ObjectFile::eTypeDebugInfo: in CanDebug()