Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp94 (obj_file_type == ObjectFile::eTypeExecutable || in FindPlugin()
H A DObjectFile.cpp675 case ObjectFile::eTypeExecutable: in format()
775 .Case("executable", ObjectFile::eTypeExecutable) in fromJSON()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h53 eTypeExecutable, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp228 == ObjectFile::Type::eTypeExecutable; in AppendImpl()
231 && obj->GetType() == ObjectFile::Type::eTypeExecutable) { in AppendImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp63 if (objfile->GetType() != ObjectFile::eTypeExecutable) in is_kernel()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1428 if (obj->GetType() == ObjectFile::Type::eTypeExecutable) in GetExecutableModule()
1760 type == ObjectFile::eTypeExecutable || in ModulesDidUnload()
2265 case ObjectFile::eTypeExecutable: /// A normal executable in GetOrCreateModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp281 case ObjectFile::eTypeExecutable: in InitOSO()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2977 if (CalculateType() == eTypeExecutable) { in ParseSymtab()
3443 return eTypeExecutable; in CalculateType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp240 case ObjectFile::eTypeExecutable: in CanDebug()
4956 if (obj->GetType() != ObjectFile::Type::eTypeExecutable) in LoadModules()