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

References

tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  917   uint32_t var_uid = pdb_data.getSymIndexId();
  927   switch (pdb_data.getDataKind()) {
  955   switch (pdb_data.getLocationType()) {
  961     if (pdb_data.getDataKind() == PDB_DataKind::ObjectPtr) {
  971   if (!is_artificial && !pdb_data.isCompilerGenerated()) {
  972     if (auto lines = pdb_data.getLineNumbers()) {
  992           function_block.FindBlockByID(pdb_data.getLexicalParentId());
 1011       std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId());
 1013   auto var_name = pdb_data.getName();
 1014   auto mangled = GetMangledForPDBData(pdb_data);
 1019       GetObjectFile()->GetModule(), pdb_data, ranges, is_constant);