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

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1266   S->File = std::move(Obj.get());
 1267   S->Context = DWARFContext::create(*S->File.getBinary());
 1267   S->Context = DWARFContext::create(*S->File.getBinary());
 1268   *Entry = S;
 1269   auto *Ctxt = S->Context.get();
 1270   return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);