Searched refs:m_sym_file_up (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolVendor.h42 SymbolFile *GetSymbolFile() { return m_sym_file_up.get(); }
50 std::unique_ptr<SymbolFile> m_sym_file_up; // A single symbol file. Subclasses member in class:lldb_private::SymbolVendor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp61 : ModuleChild(module_sp), m_sym_file_up() {}
72 m_sym_file_up.reset(SymbolFile::FindPlugin(objfile_sp));

Completed in 106 milliseconds