Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp94 (obj_file_type == ObjectFile::eTypeExecutable || in FindPlugin()
H A DObjectFile.cpp684 case ObjectFile::eTypeExecutable: in format()
784 .Case("executable", ObjectFile::eTypeExecutable) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h53 eTypeExecutable, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp233 == ObjectFile::Type::eTypeExecutable; in AppendImpl()
236 && obj->GetType() == ObjectFile::Type::eTypeExecutable) { in AppendImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp63 if (objfile->GetType() != ObjectFile::eTypeExecutable) in is_kernel()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1429 if (obj->GetType() == ObjectFile::Type::eTypeExecutable) in GetExecutableModule()
1755 type == ObjectFile::eTypeExecutable || in ModulesDidUnload()
2260 case ObjectFile::eTypeExecutable: /// A normal executable in GetOrCreateModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp282 case ObjectFile::eTypeExecutable: in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3067 if (CalculateType() == eTypeExecutable) { in ParseSymtab()
3533 return eTypeExecutable; in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp241 case ObjectFile::eTypeExecutable: in CanDebug()
5133 if (obj->GetType() != ObjectFile::Type::eTypeExecutable) in LoadModules()