Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp204 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile(); in GetSymbolVendor() local
207 if (exe_objfile && exe_sym_vendor) { in GetSymbolVendor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp257 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug() local
259 switch (exe_objfile->GetType()) { in CanDebug()