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

References

tools/lld/COFF/InputFiles.cpp
  797   if (!dwarf) {
  798     dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj()));
  799     if (!dwarf)
  804   Optional<std::pair<std::string, unsigned>> ret = dwarf->getVariableLoc(var);
  814   if (!dwarf) {
  815     dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj()));
  816     if (!dwarf)
  820   return dwarf->getDILineInfo(offset, sectionIndex);