reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  288     if (!file_up) {
  296       file_up = loadPDBFile(symfile.GetPath(), m_allocator);
  299     if (!file_up)
  302     auto expected_index = PdbIndex::create(std::move(file_up));