Searched refs:m_file_up (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp52 FileUP m_file_up; member in class:__anon1328::ModuleLock
166 m_file_up = std::move(file.get());
168 m_file_up.reset();
173 m_lock = std::make_unique<lldb_private::LockFile>(m_file_up->GetDescriptor());
181 if (!m_file_up)
184 m_file_up->Close();
185 m_file_up.reset();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp50 auto dbi_stream = m_file_up->getPDBDbiStream();
77 m_file_up = loadPDBFile(m_file.GetPath(), m_allocator);
78 if (!m_file_up)
80 auto info_stream = m_file_up->getPDBInfoStream();
85 auto dbi_stream = m_file_up->getPDBDbiStream();
H A DObjectFilePDB.h90 llvm::pdb::PDBFile &GetPDBFile() { return *m_file_up; }
99 std::unique_ptr<llvm::pdb::PDBFile> m_file_up; member in class:lldb_private::ObjectFilePDB
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h269 std::unique_ptr<llvm::pdb::PDBFile> m_file_up; member in class:lldb_private::npdb::SymbolFileNativePDB
H A DSymbolFileNativePDB.cpp320 m_file_up = loadMatchingPDBFile(m_objfile_sp->GetFileSpec().GetPath(),
322 pdb_file = m_file_up.get();

Completed in 141 milliseconds