Home
last modified time | relevance | path

Searched refs:exe_objfile (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp202 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile(); in GetSymbolFile() local
205 if (exe_objfile && exe_symfile) { in GetSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp230 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug() local
232 switch (exe_objfile->GetType()) { in CanDebug()