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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  692   CompileUnit *comp_unit = (CompileUnit *)dwarf_cu.GetUserData();
  697     if (&dwarf_cu.GetSymbolFileDWARF() != this) {
  698       return dwarf_cu.GetSymbolFileDWARF().ParseCompileUnit(dwarf_cu);
  698       return dwarf_cu.GetSymbolFileDWARF().ParseCompileUnit(dwarf_cu);
  699     } else if (dwarf_cu.GetOffset() == 0 && GetDebugMapSymfile()) {
  702       dwarf_cu.SetUserData(cu_sp.get());
  706         const DWARFDIE cu_die = dwarf_cu.DIE();
  708           FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle());
  713             cu_file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory());
  724           bool is_optimized = dwarf_cu.GetIsOptimized();
  727               module_sp, &dwarf_cu, cu_file_spec,
  728               *GetDWARFUnitIndex(dwarf_cu.GetID()), cu_language,
  731           dwarf_cu.SetUserData(cu_sp.get());
  733           SetCompileUnitAtIndex(dwarf_cu.GetID(), cu_sp);